update 法规合规评估流程

This commit is contained in:
lijiarao
2024-01-18 16:27:46 +08:00
parent 0947c39c6e
commit 5299d9735e
@@ -544,6 +544,7 @@ public class ProcessProjectStandardService extends ServiceImpl<ProcessProjectSta
throw new JeroBootException(ResultCommon.PARAMETER_NOT_RECOGNIZED);
}
updateWrapper.set(ProcessProjectStandardTermUser::getModuleOwner, moduleOwner);
updateWrapper.set(ProcessProjectStandardTermUser::getParentExecutionId, executionId);
moduleOwnerIds.add(moduleOwner);
}
termUserService.update(updateWrapper);