Commit 231034b91b47d98ec607ba48874e7ccf1073fe7e

Authored by 肖超群
1 parent 7a600f7f

更新type

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,7 +417,7 @@ public class ShipmentCombinationController extends HuahengBaseController {
417 * 417 *
418 * @return 418 * @return
419 */ 419 */
420 - @AutoLog(value = "平库出库,通过库存ID") 420 + @AutoLog(value = "平库出库,通过库存ID", operateType = 4)
421 @ApiOperation(value = "库位监控-快速出库,通过库存ID", notes = "库位监控,通过库存ID") 421 @ApiOperation(value = "库位监控-快速出库,通过库存ID", notes = "库位监控,通过库存ID")
422 @PostMapping("/flatQuickShipment") 422 @PostMapping("/flatQuickShipment")
423 public Result flatQuickShipment(@RequestBody List<FlatShipment> flatShipmentList, HttpServletRequest req) { 423 public Result flatQuickShipment(@RequestBody List<FlatShipment> flatShipmentList, HttpServletRequest req) {