txf 3 éve
szülő
commit
07c519f174

+ 1 - 1
src/main/java/com/steerinfo/dil/service/impl/TmstruckWeightResultServiceImpl.java

@@ -113,7 +113,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
         int i = tmstruckWeightResultMapper.updateByPrimaryKeySelective(tmstruckWeightResult);
         BigDecimal orderType = DataChange.dataToBigDecimal(map.get("orderTypee"));
         if("5678".contains(orderType.toString())){
-            if(map.get("resultTareWeightTime") != null ){
+            if(map.get("resultTareWeightTime") != null || map.get("resultCrossWeightTime") != null){
                 //如果是采购订单 计皮后自动完成签收
                 autoReceipt((String) map.get("orderNumber"));
             }