e3a3d657 by 肖初晴

【DAOP-1.0】企业认证

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