Commit 458ad000 authored by Lambertliu's avatar Lambertliu

fix(jg):车用气瓶代码找回

parent de5362ef
...@@ -741,6 +741,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform ...@@ -741,6 +741,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
params.put("model", taskMessageDto); params.put("model", taskMessageDto);
commonService.updateTaskModel(params); commonService.updateTaskModel(params);
} }
this.getBaseMapper().updateById(jgVehicleInformation);
commonService.saveExecuteFlowData2Redis(jgVehicleInformation.getInstanceId(), this.buildInstanceRuntimeData(jgVehicleInformation)); commonService.saveExecuteFlowData2Redis(jgVehicleInformation.getInstanceId(), this.buildInstanceRuntimeData(jgVehicleInformation));
} }
......
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