|
@@ -42,7 +42,6 @@ import com.fjhx.victoriatourist.service.purchase.PurchaseBackDetailsService;
|
|
|
import com.fjhx.victoriatourist.service.purchase.PurchaseBackService;
|
|
|
import com.fjhx.wms.entity.stock.po.StockJournal;
|
|
|
import com.fjhx.wms.entity.stock.po.StockJournalDetails;
|
|
|
-import com.fjhx.wms.entity.stock.po.StockWait;
|
|
|
import com.fjhx.wms.entity.stock.po.StockWaitDetails;
|
|
|
import com.fjhx.wms.entity.stock.vo.StockJournalDetailsVo;
|
|
|
import com.fjhx.wms.service.stock.StockJournalDetailsService;
|
|
@@ -187,6 +186,7 @@ public class DeliverGoodsServiceImpl extends ServiceImpl<DeliverGoodsMapper, Del
|
|
|
logisticsInfos.setCode(deliverGoodsDto.getCode());
|
|
|
logisticsInfos.setLogisticsCompanyCode(deliverGoodsDto.getLogisticsCompanyCode());
|
|
|
logisticsInfos.setIsKd100(0);
|
|
|
+ logisticsInfos.setPurchaseId(purchase.getId());
|
|
|
logisticsInfosService.save(logisticsInfos);
|
|
|
|
|
|
List<DeliverGoodsDetails> deliverGoodsDetailsList = deliverGoodsDto.getDeliverGoodsDetailsList();
|