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