Commit 12389751 authored by 韩桐桐's avatar 韩桐桐

三环认领BUG

parent 2a120aa3
......@@ -343,7 +343,7 @@ public class ShCarServiceImpl extends BaseService<ShCar, ShCar, ShCarMapper> imp
// 3.1 生成使用登记证管理表信息(JgUseRegistrationManage )
Map<String, String> equType = new HashMap<>();
equType.put("equList", "压力容器");
equType.put("equListCode", "2300");
equType.put("equListCode", "2000");
equType.put("equCategory", "气瓶");
equType.put("equCategoryCode", "2300");
equType.put("equDefine", "特种气瓶");
......@@ -351,7 +351,7 @@ public class ShCarServiceImpl extends BaseService<ShCar, ShCar, ShCarMapper> imp
BigDecimal totalVolume = equList.stream().map(x -> new BigDecimal(String.valueOf(JSON.parseObject(JSON.toJSONString(x)).get("singleBottleVolume"))))
.reduce(BigDecimal.ZERO, BigDecimal::add);
JgUseRegistrationManage registrationManage = JgUseRegistrationManage.builder()
.equList("压力容器").equListCode("2300")
.equList("压力容器").equListCode("2000")
.equCategory("气瓶").equCategoryCode("2300")
.equDefine("特种气瓶").equDefineCode("23T0")
.useUnitName(jgVehicleInformation.getUseUnitName())
......
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