Browse Source

移库需求增加接口

ChenYang 1 year ago
parent
commit
21f9331564

+ 1 - 1
ruoyi-admin/src/main/java/com/ruoyi/web/controller/warewms/ams/InvLotLocIdController.java

@@ -96,7 +96,7 @@ public class InvLotLocIdController extends BaseController {
     }
 
 
-    @Log(title = "库位库存移动(呼叫agv场景专)", businessType = BusinessType.UPDATE)
+    @Log(title = "库位库存移动(呼叫agv场景专)", businessType = BusinessType.UPDATE)
     @PostMapping("/moveLocInv")
     public AjaxResult moveLocInv(@RequestParam String sourceLocationId, @RequestParam String targetLocationId) {
         InvLotLocIdMoveForm invLotLocIdMoveForm = buildInvLotLocIdMoveForm(sourceLocationId, targetLocationId);

+ 0 - 1
warewms-ams/src/main/java/com/ruoyi/ams/business/BusinessServiceImpl.java

@@ -36,7 +36,6 @@ import com.ruoyi.common.utils.StringUtils;
 import com.ruoyi.common.utils.uuid.SnowflakeIdWorker;
 import lombok.extern.slf4j.Slf4j;
 import org.springframework.beans.factory.annotation.Autowired;
-import org.springframework.scheduling.concurrent.ThreadPoolTaskExecutor;
 import org.springframework.stereotype.Service;
 import org.springframework.transaction.annotation.Transactional;