Commit 769da2ab authored by tianbo's avatar tianbo

维保备案、注销报废变更最后一步执行任务ID未置空

parent ee3e8d6b
...@@ -863,7 +863,7 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg ...@@ -863,7 +863,7 @@ public class JgChangeRegistrationUnitServiceImpl extends BaseService<JgChangeReg
jgChangeRegistrationUnit.setUseRegistCode(code); jgChangeRegistrationUnit.setUseRegistCode(code);
//更新使用注册登记证编号 //更新使用注册登记证编号
idxBizJgRegisterInfoMapper.updateUseOrgCodeByEquip(equipId, code); idxBizJgRegisterInfoMapper.updateUseOrgCodeByEquip(equipId, code);
jgChangeRegistrationUnit.setNextExecuteUserIds(nextTaskId); jgChangeRegistrationUnit.setNextTaskId(nextTaskId);
useInfoMapper.updateById(useInfo); useInfoMapper.updateById(useInfo);
//es中的编号信息 //es中的编号信息
Map<String, Map<String, Object>> resultMap = new HashMap<>(); Map<String, Map<String, Object>> resultMap = new HashMap<>();
......
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