@ -19,6 +19,7 @@ import com.logpm.warehouse.service.*;
import com.logpm.warehouse.vo.* ;
import com.logpm.warehouse.vo.* ;
import lombok.AllArgsConstructor ;
import lombok.AllArgsConstructor ;
import lombok.extern.log4j.Log4j2 ;
import lombok.extern.log4j.Log4j2 ;
import org.springblade.common.constant.TenantNum ;
import org.springblade.common.exception.CustomerException ;
import org.springblade.common.exception.CustomerException ;
import org.springblade.core.mp.base.BaseServiceImpl ;
import org.springblade.core.mp.base.BaseServiceImpl ;
import org.springblade.core.tool.api.R ;
import org.springblade.core.tool.api.R ;
@ -2411,6 +2412,10 @@ public class WarehouseUpdownTypeServiceImpl extends BaseServiceImpl<WarehouseUpd
stringBuffer . append ( "{" ) . append ( materialCode ) . append ( "}," ) ;
stringBuffer . append ( "{" ) . append ( materialCode ) . append ( "}," ) ;
continue ;
continue ;
}
}
updownGoodsEntity . setCreateUser ( 1714696768639311873L ) ;
updownGoodsEntity . setUpdateUser ( 1714696768639311873L ) ;
updownGoodsEntity . setCreateDept ( 1649331096241836033L ) ;
updownGoodsEntity . setTenantId ( TenantNum . HUITONGCODE ) ;
updownGoodsEntity = new WarehouseUpdownGoodsEntity ( ) ;
updownGoodsEntity = new WarehouseUpdownGoodsEntity ( ) ;
updownGoodsEntity . setUpdownTypeId ( updownTypeEntity . getId ( ) ) ;
updownGoodsEntity . setUpdownTypeId ( updownTypeEntity . getId ( ) ) ;
updownGoodsEntity . setAreaId ( updownTypeEntity . getAreaId ( ) ) ;
updownGoodsEntity . setAreaId ( updownTypeEntity . getAreaId ( ) ) ;
@ -2517,6 +2522,10 @@ public class WarehouseUpdownTypeServiceImpl extends BaseServiceImpl<WarehouseUpd
} else {
} else {
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleClient . findStockArticleByOrderCodeAndWarehouseId ( orderCode , warehouseId ) ;
DistributionStockArticleEntity stockArticleEntity = distributionStockArticleClient . findStockArticleByOrderCodeAndWarehouseId ( orderCode , warehouseId ) ;
updownGoodsEntity = new WarehouseUpdownGoodsEntity ( ) ;
updownGoodsEntity = new WarehouseUpdownGoodsEntity ( ) ;
updownGoodsEntity . setCreateUser ( 1714696768639311873L ) ;
updownGoodsEntity . setUpdateUser ( 1714696768639311873L ) ;
updownGoodsEntity . setCreateDept ( 1649331096241836033L ) ;
updownGoodsEntity . setTenantId ( TenantNum . HUITONGCODE ) ;
updownGoodsEntity . setUpdownTypeId ( updownTypeEntity . getId ( ) ) ;
updownGoodsEntity . setUpdownTypeId ( updownTypeEntity . getId ( ) ) ;
updownGoodsEntity . setAreaId ( updownTypeEntity . getAreaId ( ) ) ;
updownGoodsEntity . setAreaId ( updownTypeEntity . getAreaId ( ) ) ;
updownGoodsEntity . setAreaTitle ( updownTypeEntity . getAreaTitle ( ) ) ;
updownGoodsEntity . setAreaTitle ( updownTypeEntity . getAreaTitle ( ) ) ;
@ -2574,6 +2583,10 @@ public class WarehouseUpdownTypeServiceImpl extends BaseServiceImpl<WarehouseUpd
//绑定托盘与库位关系
//绑定托盘与库位关系
WarehouseTaryAllocationEntity taryAllocationEntity = new WarehouseTaryAllocationEntity ( ) ;
WarehouseTaryAllocationEntity taryAllocationEntity = new WarehouseTaryAllocationEntity ( ) ;
taryAllocationEntity . setCreateUser ( 1714696768639311873L ) ;
taryAllocationEntity . setUpdateUser ( 1714696768639311873L ) ;
taryAllocationEntity . setCreateDept ( 1649331096241836033L ) ;
taryAllocationEntity . setTenantId ( TenantNum . HUITONGCODE ) ;
taryAllocationEntity . setTrayId ( trayId ) ;
taryAllocationEntity . setTrayId ( trayId ) ;
taryAllocationEntity . setAllocationId ( allocationId ) ;
taryAllocationEntity . setAllocationId ( allocationId ) ;
taryAllocationEntity . setBindStatus ( "0" ) ;
taryAllocationEntity . setBindStatus ( "0" ) ;
@ -2594,6 +2607,10 @@ public class WarehouseUpdownTypeServiceImpl extends BaseServiceImpl<WarehouseUpd
List < WarehouseUpdownGoodsEntity > updownGoodsList = new ArrayList < > ( ) ;
List < WarehouseUpdownGoodsEntity > updownGoodsList = new ArrayList < > ( ) ;
for ( WarehouseTrayGoodsEntity trayGoodsEntity : trayGoodsList ) {
for ( WarehouseTrayGoodsEntity trayGoodsEntity : trayGoodsList ) {
WarehouseUpdownGoodsEntity updownGoodsEntity = new WarehouseUpdownGoodsEntity ( ) ;
WarehouseUpdownGoodsEntity updownGoodsEntity = new WarehouseUpdownGoodsEntity ( ) ;
updownGoodsEntity . setCreateUser ( 1714696768639311873L ) ;
updownGoodsEntity . setUpdateUser ( 1714696768639311873L ) ;
updownGoodsEntity . setCreateDept ( 1649331096241836033L ) ;
updownGoodsEntity . setTenantId ( TenantNum . HUITONGCODE ) ;
updownGoodsEntity . setUpdownTypeId ( updownTypeEntity . getId ( ) ) ;
updownGoodsEntity . setUpdownTypeId ( updownTypeEntity . getId ( ) ) ;
updownGoodsEntity . setAreaId ( updownTypeEntity . getAreaId ( ) ) ;
updownGoodsEntity . setAreaId ( updownTypeEntity . getAreaId ( ) ) ;
updownGoodsEntity . setAreaTitle ( updownTypeEntity . getAreaTitle ( ) ) ;
updownGoodsEntity . setAreaTitle ( updownTypeEntity . getAreaTitle ( ) ) ;
@ -2626,6 +2643,10 @@ public class WarehouseUpdownTypeServiceImpl extends BaseServiceImpl<WarehouseUpd
WarehouseUpdownGoodsLogEntity updownGoodsLogEntity = new WarehouseUpdownGoodsLogEntity ( ) ;
WarehouseUpdownGoodsLogEntity updownGoodsLogEntity = new WarehouseUpdownGoodsLogEntity ( ) ;
BeanUtil . copy ( updownGoodsEntity , updownGoodsLogEntity ) ;
BeanUtil . copy ( updownGoodsEntity , updownGoodsLogEntity ) ;
updownGoodsLogEntity . setId ( null ) ;
updownGoodsLogEntity . setId ( null ) ;
updownGoodsLogEntity . setCreateUser ( 1714696768639311873L ) ;
updownGoodsLogEntity . setUpdateUser ( 1714696768639311873L ) ;
updownGoodsLogEntity . setCreateDept ( 1649331096241836033L ) ;
updownGoodsLogEntity . setTenantId ( TenantNum . HUITONGCODE ) ;
updownGoodsLogEntity . setBindingType ( bindingType ) ;
updownGoodsLogEntity . setBindingType ( bindingType ) ;
updownGoodsLogEntity . setIsAlltrays ( isAlltrays ) ;
updownGoodsLogEntity . setIsAlltrays ( isAlltrays ) ;
updownGoodsLogEntity . setRemark ( remark ) ;
updownGoodsLogEntity . setRemark ( remark ) ;
@ -2760,6 +2781,10 @@ public class WarehouseUpdownTypeServiceImpl extends BaseServiceImpl<WarehouseUpd
WarehouseUpdownTypeEntity updownTypeEntity = new WarehouseUpdownTypeEntity ( ) ;
WarehouseUpdownTypeEntity updownTypeEntity = new WarehouseUpdownTypeEntity ( ) ;
updownTypeEntity . setCreateUser ( 1714696768639311873L ) ;
updownTypeEntity . setUpdateUser ( 1714696768639311873L ) ;
updownTypeEntity . setCreateDept ( 1649331096241836033L ) ;
updownTypeEntity . setTenantId ( TenantNum . HUITONGCODE ) ;
updownTypeEntity . setUpdownType ( updownType ) ;
updownTypeEntity . setUpdownType ( updownType ) ;
updownTypeEntity . setAreaId ( goodsAreaId ) ;
updownTypeEntity . setAreaId ( goodsAreaId ) ;
updownTypeEntity . setAreaTitle ( headline ) ;
updownTypeEntity . setAreaTitle ( headline ) ;