|
@@ -51,7 +51,7 @@ public class LogoPatentService {
|
|
|
attachmentService.batchSave(record.getAttachments(), userId, record.getId());
|
|
attachmentService.batchSave(record.getAttachments(), userId, record.getId());
|
|
|
}
|
|
}
|
|
|
ObjUtils.merge(orig, record);
|
|
ObjUtils.merge(orig, record);
|
|
|
-// orig.getHandle().add(this.saveHandle(workflow, userId));
|
|
|
|
|
|
|
+ orig.getHandle().add(this.saveHandle(workflow, userId));
|
|
|
if (ObjectUtil.isNull(record.getApplyStatus()) || !ApplyStatus.COMPLETED.equals(record.getApplyStatus())) {
|
|
if (ObjectUtil.isNull(record.getApplyStatus()) || !ApplyStatus.COMPLETED.equals(record.getApplyStatus())) {
|
|
|
orig.setApplyStatus(this.getApplyStatus(workflow));
|
|
orig.setApplyStatus(this.getApplyStatus(workflow));
|
|
|
}
|
|
}
|