From 79cddf75458ebc5d8855f66ea9bf9ef073327b03 Mon Sep 17 00:00:00 2001 From: zhoushihao <zsh19950802@163.com> Date: 星期三, 26 六月 2024 14:09:59 +0800 Subject: [PATCH] 下片任务,进出片任务逻辑初步调整,待测试优化 --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java | 12 +++++++----- 1 files changed, 7 insertions(+), 5 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java index f5d4ad5..272fb03 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/main/java/com/mes/downstorage/service/DownStorageCageService.java @@ -1,6 +1,5 @@ package com.mes.downstorage.service; -import com.baomidou.mybatisplus.extension.service.IService; import com.github.yulichang.base.MPJBaseService; import com.mes.downglassinfo.entity.DownGlassTask; import com.mes.downstorage.entity.DownStorageCage; @@ -21,17 +20,20 @@ public interface DownStorageCageService extends MPJBaseService<DownStorageCage> { DownGlassTask createDownGlassTask(GlassInfo glassInfo, String startCell, String endCell, String taskType); + DownGlassTask createDownGlassTask(DownStorageCageDetails glassInfo, String startCell, String endCell, String taskType); // List<Map<String, Object>> selectCacheLeisure(); - - - /** * @return 鎵惧埌绌烘牸瀛� */ - List<DownStorageCageDetails> selectCacheEmpty() ; + DownStorageCage selectCacheEmpty(int currentSlot, boolean flag); + + /** + * @return 鎵惧埌绌烘牸瀛� + */ + List<DownStorageCageDetails> selectCacheEmpty(); /** * @param downStorageCage -- Gitblit v1.8.0