88e5fdc5 by xiaojie

【数据资产】

1、企业增加是否认证字段
1 parent 23740d7c
......@@ -241,7 +241,7 @@ public class DataPortServiceImpl implements DataPortService {
// 凭证颁发日期转换
String authTime = connectorRegisterRSVO.getAuthTime();
if (StringUtils.isNotEmpty(authTime)) {
SimpleDateFormat dataFormat = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
SimpleDateFormat dataFormat = new SimpleDateFormat("yyyy-MM-dd");
try {
Date parse = dataFormat.parse(authTime);
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!