|
@@ -304,19 +304,19 @@ public class TmstruckLoadResultServiceImpl implements ITmstruckLoadResultService
|
|
|
tmstruckLoadResultMapper.updateByPrimaryKeySelective(tmstruckLoadResult);
|
|
|
|
|
|
utilsService.pushMesToWebsocket(capacityNumber, "装货");
|
|
|
- map.put("orderTypee",orderType);
|
|
|
+
|
|
|
|
|
|
- if (map.get("warehouseId")==null){
|
|
|
- map.put("warehouseName",null);
|
|
|
- }else {
|
|
|
-
|
|
|
- String warehouseName = utilsMapper.queryWarehouseName(DataChange.dataToBigDecimal(map.get("warehouseId")));
|
|
|
- map.put("warehouseName",warehouseName);
|
|
|
- }
|
|
|
- int i = tmstruckMeasureCommissionService.addMeasureCommissionForLoding(map);
|
|
|
- if (i!=1){
|
|
|
- return -7;
|
|
|
- }
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
return 1;
|
|
|
}
|
|
|
|