From 70f2265af5c8ec078ef2a7be65dd7229ab5f2924 Mon Sep 17 00:00:00 2001 From: ZengTao <2773468879@qq.com> Date: 星期一, 17 六月 2024 10:49:08 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/Albania_Mes --- springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java | 7 ++++--- 1 files changed, 4 insertions(+), 3 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java b/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java index 49863c4..a716c1e 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java +++ b/springboot-vue3/src/main/java/com/example/springboot/component/PlcHoldNew.java @@ -37,9 +37,9 @@ PlcParameterObject plcmes=PLCAutoMes.PlcMesObject; if(plcmes.getPlcParameter("PLCToMES").getValue()!=null){ - //spianService.Mestast("NG0001-1",1,4,1,"MESID1",1); - - + // spianService.Mestast("NG0001-1",40,1,0,"MESID1",1); + // spianService.Mestast("NG0001-2",40,2,0,"MESID2",2); + // spianService.Mestast("NG0001-3",40,2,1,"MESID3",3); String ExportTOMES1=plcmes.getPlcParameter("ExportTOMES1").getValue();//鍑虹墖璇锋眰涓�绾� String ExportToMES2=plcmes.getPlcParameter("ExportToMES2").getValue();//鍑虹墖璇锋眰浜岀嚎 @@ -61,6 +61,7 @@ } } //杩涚墖璇锋眰鏃� + GlassInfo glass=albaniaMapper.SelectGlass(); if(PLCToMES!=null && glass!=null&&MESToPLC!=null){ if(PLCToMES.equals("1")==true&&MESToPLC.equals("0")==true){ -- Gitblit v1.8.0