Commit 6a4654d5 authored by 韩桐桐's avatar 韩桐桐

fix(jg):车用气瓶添加投用日期

parent 65670831
......@@ -1057,6 +1057,7 @@ public class JgVehicleInformationServiceImpl extends BaseService<JgVehicleInform
useInfo.setProvince("610000");
useInfo.setIsIntoManagement(Boolean.TRUE);
useInfo.setAddress(jgVehicleInformation.getUseUnitAddress());
useInfo.setUseDate(String.valueOf(map.get("useDate")));
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