|
@@ -58,7 +58,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
|
TmstrainWeightResultServiceImpl tmstrainWeightResultService;
|
|
|
|
|
|
//属于采购订单的订单类型(先计毛后计皮)
|
|
|
- final private List<Integer> judgeOrderTypeList = Arrays.asList(5, 6, 7, 8, 9, 12, 15, 17, 18,23,24);
|
|
|
+ final private List<Integer> judgeOrderTypeList = Arrays.asList(5, 6, 7, 8, 9, 12, 15, 17, 18,23,24,19);
|
|
|
|
|
|
|
|
|
//老厂区需要给金蝶回传的数据订单类型
|
|
@@ -167,7 +167,7 @@ public class TmstruckWeightResultServiceImpl implements ITmstruckWeightResultSer
|
|
|
}
|
|
|
tmstruckWeightResultMapper.updateByPrimaryKeySelective(tmstruckWeightResult);
|
|
|
//如果订单类型是零星订单 需要查询一下是否还有未计量物资
|
|
|
- if(orderType == 12 || orderType == 13){
|
|
|
+ if(orderType == 12 || orderType == 13|| orderType == 19){
|
|
|
dealWithLxOrder(map, stringObjectMap);
|
|
|
}
|
|
|
//推送数据
|