fix:获取堆叠模版优化

This commit is contained in:
zhouz
2024-07-09 19:19:14 +08:00
parent aa86828ea2
commit 1105f0dd28

View File

@@ -139,7 +139,7 @@ public class LashManageServiceImpl implements LashManageService {
jsonPoint.put("vehicle_qty", NumberUtil.add(jsonPoint.getBigDecimal("vehicle_qty"), 1)); jsonPoint.put("vehicle_qty", NumberUtil.add(jsonPoint.getBigDecimal("vehicle_qty"), 1));
if (jsonPoint.getIntValue("vehicle_qty") == Integer.parseInt(boxTypeDao.getLash_num_tow())) { if (jsonPoint.getIntValue("vehicle_qty") == Integer.parseInt(boxTypeDao.getLash_num())) {
// 相同清空载具以及数量 // 相同清空载具以及数量
jsonPoint.put("vehicle_qty", 0); jsonPoint.put("vehicle_qty", 0);
jsonPoint.put("vehicle_code", ""); jsonPoint.put("vehicle_code", "");