diff --git a/huaheng-wms-core/src/main/java/org/jeecg/modules/wms/shipment/shipmentCombination/controller/ShipmentCombinationController.java b/huaheng-wms-core/src/main/java/org/jeecg/modules/wms/shipment/shipmentCombination/controller/ShipmentCombinationController.java
index 049d88a..227477b 100644
--- a/huaheng-wms-core/src/main/java/org/jeecg/modules/wms/shipment/shipmentCombination/controller/ShipmentCombinationController.java
+++ b/huaheng-wms-core/src/main/java/org/jeecg/modules/wms/shipment/shipmentCombination/controller/ShipmentCombinationController.java
@@ -417,7 +417,7 @@ public class ShipmentCombinationController extends HuahengBaseController {
      *
      * @return
      */
-    @AutoLog(value = "平库出库,通过库存ID")
+    @AutoLog(value = "平库出库,通过库存ID", operateType = 4)
     @ApiOperation(value = "库位监控-快速出库,通过库存ID", notes = "库位监控,通过库存ID")
     @PostMapping("/flatQuickShipment")
     public Result flatQuickShipment(@RequestBody List<FlatShipment> flatShipmentList, HttpServletRequest req) {