|
@@ -130,7 +130,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
|
return map.get("orderNumber") + "系统无此订单";
|
|
|
}
|
|
|
int orderType= DataChange.dataToBigDecimal(oneMap.get("orderType")).intValue();
|
|
|
- if(orderType == 11){
|
|
|
+ if(orderType == 11 || orderType == 15 || orderType == 16){
|
|
|
return insertWeightResultBy11(map, oneMap);
|
|
|
}
|
|
|
//通过运输订单号查询计量实绩Id
|