feat:报告签名时间格式化调整

This commit is contained in:
houjunxiang
2026-01-19 16:53:49 +08:00
parent 53d40a4b27
commit ac44920fa7

View File

@@ -501,7 +501,7 @@ public class ReportDocumentMainServiceImpl implements ReportDocumentMainService,
private void assembleSignature(String currentActivityId, ReportDocumentMainDO entity){
if(ObjectUtils.isEmpty(currentActivityId) || "null".equals(currentActivityId))
return;
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
String sign = entity.getDocumentSignature();
JSONObject signObj = new JSONObject();
if(!ObjectUtils.isEmpty( sign))