|
|
@ -226,6 +226,8 @@ public class BaseManufactorSubscriptionService extends MybatisBaseService<BaseMa |
|
|
|
listDto.setCreateOrgSid(stringResultBean.getData()); |
|
|
|
listDto.setUseOrgSid(stringResultBean.getData()); |
|
|
|
listDto.setPlatformNo(vo.getQuantity()); |
|
|
|
listDto.setOrderType("排产订单"); |
|
|
|
listDto.setOrderTypeKey("001"); |
|
|
|
dtoList.add(listDto); |
|
|
|
} |
|
|
|
busVehicleOrderService.saveVehicleOrder(dtoList); |
|
|
|