Commit 44d9507c authored by 韩桐桐's avatar 韩桐桐

fix(jg):单位变更提交流程保存当前按创建人id

parent 9b96aa28
......@@ -485,6 +485,7 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg
int i = deviceList.indexOf(obj);
String applyNo = applyNoList.get(i);
dto.setApplyNo(applyNo);
dto.setCreateUserId(RequestContext.getExeUserId());
dto.setApplyDate(new Date());
if (SUBMIT_TYPE_FLOW.equals(submitType)) {
dto.setNextExecutorIds(finalNextExecutorRoleIds);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment