@@ -190,7 +190,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
}
- else if(orderType == 10){
+ else if(orderType == 10 || orderType == 20){
//查询还有几条没有净重的实绩
Integer resultNum = tmstruckWeightResultMapper.selectNoNetWeightResult((String) map.get("orderNumber"));
if(resultNum == 2){