作者 朱兆平

离场货物重量取离场申请数据

@@ -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 }