3f0f4642 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent c412d0e9
......@@ -94,7 +94,7 @@ public class ChangeInfoUtil {
}
private static String getRegistrationDate(Date date) {
return DateUtil.getDateToString(date);
return DateUtil.getShortDateToString(date);
}
private static CompareResult getCompareResult(String comment,String name,String oldVenue,String newVenue){
......@@ -136,7 +136,7 @@ public class ChangeInfoUtil {
if("1".equals(businessLicenseTerm)){
return "长期有效";
}
return String.format("%s至%s",businessLicenseStartDate,businessLicenseEndDate);
return String.format("%s至%s",DateUtil.getDateToString(businessLicenseStartDate),DateUtil.getDateToString(businessLicenseEndDate));
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!