Merge remote-tracking branch 'origin/test' into test
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user