|
|
|
@ -109,8 +109,11 @@ public class SyncWarehouseData {
|
|
|
|
|
goodsShelfEntity.setWarehouseCode(warehouseEntity.getWarehouseCode()); |
|
|
|
|
goodsShelfEntity.setGoodsShelfStatus(2); |
|
|
|
|
goodsShelfEntity.setEnableStatus(shelfIsEmptyMap.get(shelfEntity.getStatus())); |
|
|
|
|
goodsShelfEntity.setStoreyNum(storeyAndRow.get("storey")); |
|
|
|
|
goodsShelfEntity.setRowNum(storeyAndRow.get("row")); |
|
|
|
|
if(!Objects.isNull(storeyAndRow)){ |
|
|
|
|
goodsShelfEntity.setStoreyNum(storeyAndRow.get("storey")); |
|
|
|
|
goodsShelfEntity.setRowNum(storeyAndRow.get("row")); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
goodsShelfEntity.setRemarks(""); |
|
|
|
|
goodsShelfEntity.setOldId(oldShelfId); |
|
|
|
|
Long newShelfId = basicdataGoodsShelfClient.addShelf(goodsShelfEntity); |
|
|
|
|