feat: There is no way the,
This commit is contained in:
@@ -120,7 +120,7 @@ public class LawsStandExportUtil {
|
||||
break;
|
||||
case "征集意见周期-起始时间":
|
||||
String commentCycleStart="";
|
||||
if (Date.class.equals(sarStandardsInfoEO.getCommentCycleStart().getClass())){
|
||||
if (Date.class.equals(sarStandardsInfoEO.getCommentCycleStart())){
|
||||
commentCycleStart = sdf.format(sarStandardsInfoEO.getCommentCycleStart());
|
||||
}else {
|
||||
commentCycleStart=sarStandardsInfoEO.getCommentCycleStart();
|
||||
@@ -129,7 +129,7 @@ public class LawsStandExportUtil {
|
||||
break;
|
||||
case "征集意见周期-结束时间":
|
||||
String commentCycleEnd="";
|
||||
if (Date.class.equals(sarStandardsInfoEO.getCommentCycleEnd().getClass())){
|
||||
if (Date.class.equals(sarStandardsInfoEO.getCommentCycleEnd())){
|
||||
commentCycleEnd = sdf.format(sarStandardsInfoEO.getCommentCycleEnd());
|
||||
}else {
|
||||
commentCycleEnd=sarStandardsInfoEO.getCommentCycleEnd();
|
||||
|
||||
Reference in New Issue
Block a user