From a851a0eb0b9c5a8a5e9e4b038fbd1f0bf5f58bbc Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期五, 21 六月 2024 16:12:08 +0800
Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes

---
 hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/test/java/com/mes/CacheVerticalGlassModuleApplicationTest.java |   21 ---------------------
 1 files changed, 0 insertions(+), 21 deletions(-)

diff --git a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/test/java/com/mes/CacheVerticalGlassModuleApplicationTest.java b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/test/java/com/mes/CacheVerticalGlassModuleApplicationTest.java
index 46bade9..94991b1 100644
--- a/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/test/java/com/mes/CacheVerticalGlassModuleApplicationTest.java
+++ b/hangzhoumesParent/moduleService/CacheVerticalGlassModule/src/test/java/com/mes/CacheVerticalGlassModuleApplicationTest.java
@@ -1,6 +1,5 @@
 package com.mes;
 
-import com.mes.base.entity.BigStorageCageBaseInfo;
 import com.mes.bigstorage.service.BigStorageCageService;
 import com.mes.common.config.Const;
 import com.mes.job.PlcStorageCageTask;
@@ -11,9 +10,7 @@
 import org.springframework.boot.test.context.SpringBootTest;
 import org.springframework.test.context.junit4.SpringRunner;
 
-import java.util.ArrayList;
 import java.util.Arrays;
-import java.util.List;
 
 /**
  * @Author : zhoush
@@ -38,24 +35,6 @@
     @Test
     public void outGlass() {
         log.info("瀹屾暣璺緞锛歿}", bigStorageCageService.outGlass());
-    }
-
-    @Test
-    public void updateSlotRemain() {
-        List<String> taskGlassIds = Arrays.asList(
-//                "P24060403|1|1",
-//                "P24060403|1|2",
-//                "P24060403|1|3",
-//                "P24060403|1|4",
-                "P24060403|1|5");
-        List<BigStorageCageBaseInfo> list = new ArrayList<>();
-        list.add(new BigStorageCageBaseInfo("P24060403|1|1", 1080.0, 4));
-        list.add(new BigStorageCageBaseInfo("P24060403|1|2", 1080.0, 1));
-        list.add(new BigStorageCageBaseInfo("P24060403|1|3", 1080.0, 1));
-        list.add(new BigStorageCageBaseInfo("P24060403|1|4", 1080.0, 16));
-        list.add(new BigStorageCageBaseInfo("P24060403|1|5", 1080.0, 15));
-
-        plcStorageCageTask.updateSlotRemain(list, taskGlassIds);
     }
 
     @Test

--
Gitblit v1.8.0