88e5fdc5 by xiaojie

【数据资产】

1、企业增加是否认证字段
1 parent 23740d7c
...@@ -241,7 +241,7 @@ public class DataPortServiceImpl implements DataPortService { ...@@ -241,7 +241,7 @@ public class DataPortServiceImpl implements DataPortService {
241 // 凭证颁发日期转换 241 // 凭证颁发日期转换
242 String authTime = connectorRegisterRSVO.getAuthTime(); 242 String authTime = connectorRegisterRSVO.getAuthTime();
243 if (StringUtils.isNotEmpty(authTime)) { 243 if (StringUtils.isNotEmpty(authTime)) {
244 SimpleDateFormat dataFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss"); 244 SimpleDateFormat dataFormat = new SimpleDateFormat("yyyy-MM-dd");
245 try { 245 try {
246 Date parse = dataFormat.parse(authTime); 246 Date parse = dataFormat.parse(authTime);
247 entity.setCredentialTime(parse); 247 entity.setCredentialTime(parse);
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!