|
|
|
@ -94,7 +94,6 @@ public class BasicdataGoodsShelfServiceImpl extends BaseServiceImpl<BasicdataGoo
|
|
|
|
|
private IBasicdataWarehouseService basicdataWarehouseService; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
private Long ids; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
@ -884,7 +883,6 @@ public class BasicdataGoodsShelfServiceImpl extends BaseServiceImpl<BasicdataGoo
|
|
|
|
|
List<BasicdataGoodsShelfEntity> basicdataGoodsShelfEntities = baseMapper.selectList(new QueryWrapper<BasicdataGoodsShelfEntity>().lambda() |
|
|
|
|
.eq(BasicdataGoodsShelfEntity::getGoodsShelfName, datum.getGoodsShelfName()) |
|
|
|
|
.eq(BasicdataGoodsShelfEntity::getWarehouseId, myCurrentWarehouse.getId()) |
|
|
|
|
.eq(BasicdataGoodsShelfEntity::getGoodsAreaId, Long.valueOf(ids)) |
|
|
|
|
.eq(BasicdataGoodsShelfEntity::getIsDeleted, 0) |
|
|
|
|
); |
|
|
|
|
if (!basicdataGoodsShelfEntities.isEmpty()) { |
|
|
|
@ -894,7 +892,6 @@ public class BasicdataGoodsShelfServiceImpl extends BaseServiceImpl<BasicdataGoo
|
|
|
|
|
log.info("复制后>>>>>>>>>>>>{}", copy); |
|
|
|
|
assert copy != null; |
|
|
|
|
copy.setWarehouseId(myCurrentWarehouse.getId()); |
|
|
|
|
copy.setGoodsAreaId(Long.valueOf(ids)); |
|
|
|
|
arrayList.add(copy); |
|
|
|
|
} |
|
|
|
|
// 根据对象的value属性进行去重
|
|
|
|
@ -902,10 +899,7 @@ public class BasicdataGoodsShelfServiceImpl extends BaseServiceImpl<BasicdataGoo
|
|
|
|
|
this.saveBatch(collect); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
@Override |
|
|
|
|
public void saveIds(Long ids) { |
|
|
|
|
this.ids = ids; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// @NotNull
|
|
|
|
|
// static Integer getLayerNum(@NotNull List<BasicdataGoodsAllocationEntity> products, String ColumnNum) {
|
|
|
|
|