正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
@@ -463,7 +463,9 @@ public class LiftBar { | @@ -463,7 +463,9 @@ public class LiftBar { | ||
463 | command.setInGrossWeight(inWt); | 463 | command.setInGrossWeight(inWt); |
464 | command.setGoodsWeight(goodsWt); | 464 | command.setGoodsWeight(goodsWt); |
465 | command.setActualGoodsWeight(diffVal); | 465 | command.setActualGoodsWeight(diffVal); |
466 | + if(list_infos.size()>1){ | ||
466 | command.setMasterList(Arrays.toString(toStrArry(list_infos))); | 467 | command.setMasterList(Arrays.toString(toStrArry(list_infos))); |
468 | + } | ||
467 | logic.commandLogService.insert(command); | 469 | logic.commandLogService.insert(command); |
468 | } | 470 | } |
469 | /** | 471 | /** |
-
请 注册 或 登录 后发表评论