From 47d5daf4d99de5210f9ac005d6a407d0c532b6aa Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期四, 07 十二月 2023 09:41:54 +0800 Subject: [PATCH] 修改按钮名称 --- springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java b/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java index 8d1b7c3..7fae6e4 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java +++ b/springboot-vue3/src/main/java/com/example/springboot/component/Plchome.java @@ -32,7 +32,7 @@ //閾濇id public static String FrameNo; //鏄惁闇�瑕佹墜鍔ㄧ‘璁ょ幓鐠� - public static Boolean isConfirm=true; + public static Boolean isConfirm=false; // public static Map b=new HashMap<>(); // b.put() @Override @@ -92,7 +92,7 @@ // 浼� 鑾峰彇杩涙槸鍚︽湁寰呯‘璁ょ殑鐜荤拑id String queid = spianMapper.Selectqueueid(); int state = spianMapper.Selectqueuestate(); - jsonObject.append("state", queid); + jsonObject.append("queid", queid); jsonObject.append("state", state); // 鑾峰彇鎵爜浣嶄笌涓婄墖浣嶇幓鐠冧俊鎭� Queue form2 = homeMapper.GetQueueInfo(2); -- Gitblit v1.8.0