From da30bfc3795305f0bbd400d196bcf4c30612c37f Mon Sep 17 00:00:00 2001
From: wangfei <3597712270@qq.com>
Date: 星期三, 10 十二月 2025 17:01:33 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10105/r/YiWuProject

---
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/service/BigStorageCageDetailsService.java |   63 +++++++++++++++++++++++++++++++
 1 files changed, 62 insertions(+), 1 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/service/BigStorageCageDetailsService.java b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/service/BigStorageCageDetailsService.java
index f8413c4..d72f637 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/service/BigStorageCageDetailsService.java
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/main/java/com/mes/bigstorage/service/BigStorageCageDetailsService.java
@@ -1,11 +1,15 @@
 package com.mes.bigstorage.service;
 
 import com.baomidou.mybatisplus.extension.service.IService;
+import com.mes.base.entity.vo.BigStorageVO;
 import com.mes.bigstorage.entity.BigStorageCageDetails;
 import com.mes.bigstorage.entity.dto.*;
+import com.mes.bigstorage.entity.request.BigCageDetailsRequest;
 import com.mes.bigstorage.entity.vo.BigStorageQueryVO;
+import com.mes.bigstorage.entity.vo.BigCageDetailsVO;
 import com.mes.bigstoragetask.entity.UpdateBigStorageCageDTO;
 import com.mes.glassinfo.entity.GlassInfo;
+import com.mes.pp.entity.OptimizeProject;
 
 import java.util.List;
 import java.util.Map;
@@ -39,12 +43,28 @@
     void outBigStorageCageDetails(BigStorageCageDetails bigStorageCageDetails);
 
     /**
+     * 鏌ヨ杩涚墖鏍煎瓙淇℃伅锛氫紭鍏堝伐绋嬫渶灏戙�佸墿浣欐牸瀛愭渶澶氱殑绗煎瓙鍐呯殑鏍煎瓙
+     * @param EngineerId
+     * @param glassId
+     * @param thickness
+     * @return
+     */
+    BigStorageDTO queryTargetSlot(String EngineerId, String glassId, int thickness);
+
+    /**
      * 鎸夌収鐗堝浘淇℃伅鑾峰彇杩涚墖绗煎瓙淇℃伅
      *
      * @param glassInfo
      */
     BigStorageDTO queryTargetSlotByTempering(GlassInfo glassInfo);
 
+    /**
+     * 鎸囧畾宸ョ▼鐨勭増鍥炬槸鍚﹀埌榻�
+     * @param engineerId
+     * @param temperingLayoutId
+     * @return
+     */
+    List<TemperingLayoutDTO> temperingIsAllByTemperingLayoutId(String engineerId, Integer temperingLayoutId);
     /**
      * 鑾峰彇閽㈠寲鐗堝浘宸茬粡鍒伴綈鐨勫伐绋嬪彿鍙婄増鍥緄d
      *
@@ -78,7 +98,7 @@
 
     boolean appointTemperingEngineerId(String engineerId);
 
-    List<BigStorageRelationDTO> queryIsAllNeedDispatchVirtualSlot();
+    List<BigStorageRelationDTO> queryIsAllNeedDispatchVirtualSlot(List<Integer> deviceIdList);
 
     List<BigStorageSequenceDTO> dispatchBigStorageGlassInfo(BigStorageRelationDTO bigStorageRelationDTO);
 
@@ -86,6 +106,7 @@
 
     /**
      * 鎸夌収宸ョ▼淇℃伅鍙婇挗鍖杋d(鐐夊彿)鑾峰彇缂哄皯鐨勭幓鐠冧俊鎭�
+     *
      * @param bigStorageQueryVO
      * @return
      */
@@ -95,7 +116,47 @@
 
     /**
      * 鎸夌収鏍煎瓙鍙锋洿鏂拌鎯呰〃鍐呯殑鏍煎瓙瀵瑰簲鐨勮澶噄d
+     *
      * @param slotList
      */
     void updateDeviceIdBySlot(List<Integer> slotList);
+
+    /**
+     * 鎸夌収宸ョ▼淇℃伅鍙婇挗鍖杋d(鐐夊彿)鑾峰彇瀹為檯绗煎唴鐨勭幓鐠冧俊鎭�
+     *
+     * @param bigStorageQueryVO
+     * @return
+     */
+    List<BigStorageCageDetails> queryRealGlassInfo(BigStorageQueryVO bigStorageQueryVO);
+
+    Map<Integer, List<BigStorageVO>> querybigStorageCageDetail();
+
+    /**
+     * 鍙栨秷閽㈠寲浠诲姟
+     *
+     * @return
+     */
+    boolean cancelTemperingTask();
+
+
+    /**
+     * 鏌ヨ宸ョ▼寰呮帓搴忎俊鎭�
+     * @return
+     */
+    List<BigStorageCageDetails> queryEngineer();
+
+    /**
+     * 鏌ヨ4鍙风鍙線5-6鍙风涓嶆弧鏍煎嵈婊¤冻涓埆鐨勮皟搴�
+     * @return
+     */
+    List<BigStorageCageDetails> queryNeedDispatch();
+
+    BigStorageSlotDTO queryNeedDispatchSlotBySequence();
+    /**
+     * 鏌ヨ閽㈠寲鎺掍骇椤哄簭
+     * @return OptimizeProject 閽㈠寲鎺掍骇椤哄簭
+     */
+    List<OptimizeProject> queryTemperingOrder();
+
+    List<BigCageDetailsVO> queryVerticalSheetCageDetailsList(BigCageDetailsRequest request);
 }

--
Gitblit v1.8.0