【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -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 | } | ... | ... |
-
Please register or sign in to post a comment