Browse Source

1.PC上架日志更新

dist.1.3.0
zhenghaoyu 11 months ago
parent
commit
12f4cc586d
  1. 2
      blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/controller/WarehouseGoodsAllocationController.java

2
blade-service/logpm-warehouse/src/main/java/com/logpm/warehouse/controller/WarehouseGoodsAllocationController.java

@ -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());
// }

Loading…
Cancel
Save