|
|
@ -141,6 +141,8 @@ public class MesShippingOrderManagementService extends BaseMesService<MesShippin
|
|
|
|
.build();
|
|
|
|
.build();
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
bean = baseRDao.insert(bean);
|
|
|
|
|
|
|
|
|
|
|
|
//发运单明细
|
|
|
|
//发运单明细
|
|
|
|
List<MesShippingOrderManagementDetail> detailInsertList = new ArrayList<>();
|
|
|
|
List<MesShippingOrderManagementDetail> detailInsertList = new ArrayList<>();
|
|
|
|
|
|
|
|
|
|
|
@ -164,7 +166,7 @@ public class MesShippingOrderManagementService extends BaseMesService<MesShippin
|
|
|
|
});
|
|
|
|
});
|
|
|
|
|
|
|
|
|
|
|
|
detailService.insertBatch(detailInsertList);
|
|
|
|
detailService.insertBatch(detailInsertList);
|
|
|
|
bean = baseRDao.insert(bean);
|
|
|
|
|
|
|
|
return bean;
|
|
|
|
return bean;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|