|
@@ -254,8 +254,10 @@ public class TmstruckEnfactoryResultServiceImpl implements ITmstruckEnfactoryRes
|
|
|
Integer materialId = utilsMapper.getLxFirstMaterialId(DataChange.dataToBigDecimal(map.get("orderId")));
|
|
|
map.put("materialId", materialId);
|
|
|
checkMeasureCommission += tmstruckMeasureCommissionService.addLXMeasureCommission(map);
|
|
|
+ case 16:
|
|
|
|
|
|
}
|
|
|
+
|
|
|
if(checkMeasureCommission == 0){
|
|
|
throw new Exception("委托发送失败");
|
|
|
}
|
|
@@ -264,6 +266,7 @@ public class TmstruckEnfactoryResultServiceImpl implements ITmstruckEnfactoryRes
|
|
|
i += utilsService.updateOrderLineSequence(map);
|
|
|
utilsService.pushMesToWebsocket((String) map.get("capacityNumber"), "车辆进厂");
|
|
|
return i;
|
|
|
+
|
|
|
}
|
|
|
|
|
|
|