Merge remote-tracking branch 'origin/test' into test

This commit is contained in:
FCL
2026-01-20 17:54:54 +08:00

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))