fix:获取堆叠模版优化
This commit is contained in:
@@ -139,7 +139,7 @@ public class LashManageServiceImpl implements LashManageService {
|
||||
|
||||
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_code", "");
|
||||
|
||||
Reference in New Issue
Block a user