e3a3d657 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent 5996624b
...@@ -136,7 +136,7 @@ public class ChangeInfoUtil { ...@@ -136,7 +136,7 @@ public class ChangeInfoUtil {
136 if("1".equals(businessLicenseTerm)){ 136 if("1".equals(businessLicenseTerm)){
137 return "长期有效"; 137 return "长期有效";
138 } 138 }
139 return String.format("%s至%s",DateUtil.getDateToString(businessLicenseStartDate),DateUtil.getDateToString(businessLicenseEndDate)); 139 return String.format("%s至%s",DateUtil.getShortDateToString(businessLicenseStartDate),DateUtil.getShortDateToString(businessLicenseEndDate));
140 } 140 }
141 141
142 } 142 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!