作者 朱兆平

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

... ... @@ -126,7 +126,7 @@ public class WeightCheckHandleServiceImpl implements WeightCheckHandleService {
logger.info("[WEIGHT-CHECK]-进出场比对差值:{},提货离场差值:{},进出场比对重量差:{}",result,result1,Math.abs(inWt - grossWt));
if (result <= range) {
if (result <= range || goodCheckResult<=range) {
flag = true;
}
... ...