|
|
|
@ -16,7 +16,6 @@
|
|
|
|
|
*/ |
|
|
|
|
package com.logpm.warehouse.service.impl; |
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.core.conditions.Wrapper; |
|
|
|
|
import com.baomidou.mybatisplus.core.metadata.IPage; |
|
|
|
|
import com.baomidou.mybatisplus.core.toolkit.ObjectUtils; |
|
|
|
|
import com.logpm.basicdata.entity.BasicdataWarehouseEntity; |
|
|
|
@ -27,7 +26,6 @@ import com.logpm.warehouse.entity.WarehouseUpdownTypeEntity;
|
|
|
|
|
import com.logpm.warehouse.excel.WarehouseCustomizedExcel; |
|
|
|
|
import com.logpm.warehouse.excel.WarehouseStockedExcel; |
|
|
|
|
import com.logpm.warehouse.excel.WarehouseTemporaryExcel; |
|
|
|
|
import com.logpm.warehouse.excel.WarehouseUpdownGoodsLogExcel; |
|
|
|
|
import com.logpm.warehouse.mapper.WarehouseUpdownGoodsLogMapper; |
|
|
|
|
import com.logpm.warehouse.service.IWarehouseUpdownGoodsLogService; |
|
|
|
|
import com.logpm.warehouse.vo.WarehouseUpdownGoodsLogVO; |
|
|
|
@ -94,7 +92,7 @@ public class WarehouseUpdownGoodsLogServiceImpl extends BaseServiceImpl<Warehous
|
|
|
|
|
warehouseUpdownGoodsLogEntity.setAssociationId(parcelListEntity.getId()); |
|
|
|
|
warehouseUpdownGoodsLogEntity.setAssociationValue(parcelListEntity.getOrderPackageCode()); |
|
|
|
|
warehouseUpdownGoodsLogEntity.setAssociationType("3"); |
|
|
|
|
warehouseUpdownGoodsLogEntity.setNum(parcelListEntity.getQuantity()); |
|
|
|
|
warehouseUpdownGoodsLogEntity.setNum(1); |
|
|
|
|
warehouseUpdownGoodsLogEntity.setRemark(remark); |
|
|
|
|
warehouseUpdownGoodsLogEntity.setWarehouseId(updownTypeEntity.getWarehouseId()); |
|
|
|
|
save(warehouseUpdownGoodsLogEntity); |
|
|
|
|