|
|
|
@ -242,7 +242,7 @@ public class WarehouseGoodsAllocationController extends BladeController {
|
|
|
|
|
return R.fail(403,"仓库信息为空"); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
R r = warehouseUpdownTypeService.upShelfOrder(upShelfOrderList, allocationId,myCurrentWarehouse.getId(),"扫码订单上架"); |
|
|
|
|
R r = warehouseUpdownTypeService.upShelfOrder(upShelfOrderList, allocationId,myCurrentWarehouse.getId(),"PC订单上架"); |
|
|
|
|
// if (r.getCode() == 200) {
|
|
|
|
|
// warehouseGoodsAllocationService.updateAllocationCache(allocationId.toString());
|
|
|
|
|
// }
|
|
|
|
|