Commit 498648d6 authored by 刘林's avatar 刘林

fix(JG):Bug(18123):车用气瓶使用登记证审核完成之后,设备列表未展示设备代码,审核电锯的设备列表中已经生成了设备代码

parent 5e2a1ec2
...@@ -705,6 +705,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform ...@@ -705,6 +705,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
param.put("EQU_STATE", 1); param.put("EQU_STATE", 1);
param.put("ORG_BRANCH_CODE", jgVehicleInformation.getOrgBranchCode()); param.put("ORG_BRANCH_CODE", jgVehicleInformation.getOrgBranchCode());
param.put("ORG_BRANCH_NAME", jgVehicleInformation.getOrgBranchName()); param.put("ORG_BRANCH_NAME", jgVehicleInformation.getOrgBranchName());
param.put("EQU_CODE", dataMap.get("equCode"));
param.put("USE_ORG_CODE", jgVehicleInformation.getUseRegistrationCode()); param.put("USE_ORG_CODE", jgVehicleInformation.getUseRegistrationCode());
objMap.put((String) dataMap.get("record"), param); objMap.put((String) dataMap.get("record"), param);
tzsServiceFeignClient.commonUpdateEsDataByIds(objMap); tzsServiceFeignClient.commonUpdateEsDataByIds(objMap);
......
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