Commit 231034b91b47d98ec607ba48874e7ccf1073fe7e
1 parent
7a600f7f
更新type
Showing
1 changed file
with
1 additions
and
1 deletions
huaheng-wms-core/src/main/java/org/jeecg/modules/wms/shipment/shipmentCombination/controller/ShipmentCombinationController.java
... | ... | @@ -417,7 +417,7 @@ public class ShipmentCombinationController extends HuahengBaseController { |
417 | 417 | * |
418 | 418 | * @return |
419 | 419 | */ |
420 | - @AutoLog(value = "平库出库,通过库存ID") | |
420 | + @AutoLog(value = "平库出库,通过库存ID", operateType = 4) | |
421 | 421 | @ApiOperation(value = "库位监控-快速出库,通过库存ID", notes = "库位监控,通过库存ID") |
422 | 422 | @PostMapping("/flatQuickShipment") |
423 | 423 | public Result flatQuickShipment(@RequestBody List<FlatShipment> flatShipmentList, HttpServletRequest req) { |
... | ... |