feat:报告签名时间格式化调整
This commit is contained in:
@@ -501,7 +501,7 @@ public class ReportDocumentMainServiceImpl implements ReportDocumentMainService,
|
|||||||
private void assembleSignature(String currentActivityId, ReportDocumentMainDO entity){
|
private void assembleSignature(String currentActivityId, ReportDocumentMainDO entity){
|
||||||
if(ObjectUtils.isEmpty(currentActivityId) || "null".equals(currentActivityId))
|
if(ObjectUtils.isEmpty(currentActivityId) || "null".equals(currentActivityId))
|
||||||
return;
|
return;
|
||||||
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd HH:mm:ss");
|
SimpleDateFormat sdf = new SimpleDateFormat("yyyy-MM-dd");
|
||||||
String sign = entity.getDocumentSignature();
|
String sign = entity.getDocumentSignature();
|
||||||
JSONObject signObj = new JSONObject();
|
JSONObject signObj = new JSONObject();
|
||||||
if(!ObjectUtils.isEmpty( sign))
|
if(!ObjectUtils.isEmpty( sign))
|
||||||
|
|||||||
Reference in New Issue
Block a user