|
@@ -168,7 +168,7 @@ public class TDkjbxxHgxServiceImpl implements ITDkjbxxHgxService {
|
|
|
if (!dkAuditflowRecordService.isCheckUserTDkAuditflowRecord(dkjbxx.getId(), dkjbxx.getAuditflow(), auditflowStep, StaticConfig.AUDIT_FLOW_STEP_OPERATION_TYPE_001)) {
|
|
|
throw new ServiceException("无权限操作");
|
|
|
}
|
|
|
-
|
|
|
+ tDkjbxxHgxRecord.setAuditflowId(null);
|
|
|
tDkjbxxHgxRecord.setDkbh(dkjbxx.getDkbh());
|
|
|
tDkjbxxHgxRecord.setDkmj(dkjbxx.getDkmj());
|
|
|
tDkjbxxHgxRecord.setId(IdUtils.fastSimpleUUID());
|