23740d7c by xiaojie

【数据资产】

1、企业增加是否认证字段
1 parent 00fca795
......@@ -39,6 +39,7 @@ public class ConnectorIdentityRQVO {
* 凭证颁发日期
*/
@Schema(description = "凭证颁发日期")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern="yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date credentialTime;
}
......
......@@ -522,6 +522,7 @@ public class TdsConnectorIdentityServiceImpl extends FlowAbstractImpl implements
MfTdsConnectorIdentity entity = mfTdsConnectorIdentityService.getById(vo.getGuid());
if (ObjectUtils.isNotEmpty(entity)) {
entity.setConnectorIdentity(vo.getConnectorIdentity());
entity.setCredentialTime(vo.getCredentialTime());
mfTdsConnectorIdentityService.updateById(entity);
}
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!