From bb37f664476c01aefd93dd9b8856851f11d4d3cf Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 15 七月 2024 08:48:02 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/HangZhouMes --- hangzhoumesParent/moduleService/UnLoadGlassModule/src/test/java/mes/UnloadGlassModuleApplicationTest.java | 15 ++++++++++----- 1 files changed, 10 insertions(+), 5 deletions(-) diff --git a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/test/java/mes/UnloadGlassModuleApplicationTest.java b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/test/java/mes/UnloadGlassModuleApplicationTest.java index 7283d26..395722b 100644 --- a/hangzhoumesParent/moduleService/UnLoadGlassModule/src/test/java/mes/UnloadGlassModuleApplicationTest.java +++ b/hangzhoumesParent/moduleService/UnLoadGlassModule/src/test/java/mes/UnloadGlassModuleApplicationTest.java @@ -15,6 +15,7 @@ import com.mes.downworkstation.service.DownWorkstationService; import com.mes.downworkstation.service.impl.DownWorkstationServiceImpl; import com.mes.glassinfo.service.impl.GlassInfoServiceImpl; +import com.mes.job.DownLoadCacheGlassTask; import com.mes.utils.Result; import lombok.extern.slf4j.Slf4j; import org.junit.Test; @@ -97,14 +98,14 @@ @Test public void testupdateFlowCardIdAndCount() { log.info("缁戝畾娴佺▼鍗″彿鍜屾暟閲�"); - downWorkstationServiceImpl.updateFlowCardIdAndCount("1", 1, 1); + downWorkstationServiceImpl.updateFlowCardIdAndCount("NG24060401A020", 1, 2); } @Test public void testplc() { log.info("娴嬭瘯"); - glassInfoServiceImpl.getGlassInfoCountByFlowCardId("NG24030702A01"); + glassInfoServiceImpl.getGlassInfoCountByFlowCardId("NG24030702A01",1); } @@ -189,16 +190,20 @@ //downGlassTaskService.getUnloadingTaskState(); } - @Test + /* @Test public void updateDownStorageCage() { DownStorageCage downStorageCage= new DownStorageCage(); - downStorageCage.setEnableState("0"); + downStorageCage.setEnableState(0); downStorageCage.setId(1); downStorageCageService.updateDownStorageCage(downStorageCage); - } + }*/ + + + + } \ No newline at end of file -- Gitblit v1.8.0