正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
@@ -126,7 +126,7 @@ public class WeightCheckHandleServiceImpl implements WeightCheckHandleService { | @@ -126,7 +126,7 @@ public class WeightCheckHandleServiceImpl implements WeightCheckHandleService { | ||
126 | logger.info("[WEIGHT-CHECK]-进出场比对差值:{},提货离场差值:{},进出场比对重量差:{}",result,result1,Math.abs(inWt - grossWt)); | 126 | logger.info("[WEIGHT-CHECK]-进出场比对差值:{},提货离场差值:{},进出场比对重量差:{}",result,result1,Math.abs(inWt - grossWt)); |
127 | 127 | ||
128 | 128 | ||
129 | - if (result <= range) { | 129 | + if (result <= range || goodCheckResult<=range) { |
130 | 130 | ||
131 | flag = true; | 131 | flag = true; |
132 | } | 132 | } |
-
请 注册 或 登录 后发表评论