Commit a763cad5 authored by tianbo's avatar tianbo

refactor(amos-boot-module-jg): 移除车辆信息中的 Inner Code 字段

- 从 JgVehicleInformationServiceImpl 类中删除了设置 UseInnerCode 的代码行
parent 7f19beb2
......@@ -1082,7 +1082,6 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
useInfo.setSafetyManager(jgVehicleInformation.getSafetyManagerName());
useInfo.setPhone(jgVehicleInformation.getPhone());
useInfo.setUseDate(jgVehicleInformation.getUseDate());
useInfo.setUseInnerCode(jgVehicleInformation.getCarNumber());
LambdaQueryWrapper<IdxBizJgUseInfo> lambda = new QueryWrapper<IdxBizJgUseInfo>().lambda();
lambda.eq(IdxBizJgUseInfo::getRecord, map.get("record"));
......
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