From b6eb0edc58567aca4d303f4928389bf25fe025ba Mon Sep 17 00:00:00 2001 From: wuyouming666 <2265557248@qq.com> Date: 星期三, 29 十一月 2023 11:04:27 +0800 Subject: [PATCH] 电气后端逻辑修改 --- springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java b/springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java index 86dbe5a..7bd7855 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java +++ b/springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java @@ -143,10 +143,10 @@ @Select("select state from queue where type=1") String Selectqueuestate(); //鍒ゆ柇閾濇鍑虹墖琛ㄦ槸鍚︽湁鐜荤拑闇�瑕佸嚭 - @Select("SELECT * FROM `out_slice` where state=0 or state=0 order by id limit 1;") + @Select("SELECT * FROM `Out_slice.java` where state=0 or state=0 order by id limit 1;") String SelectOutSlice(); //鍒ゆ柇閾濇鍑虹墖琛ㄦ槸鍚︽湁鐜荤拑姝e湪鍑虹墖涓� - @Select("SELECT count(*) FROM `out_slice` where state=1 or state=0 order by id limit 1;") + @Select("SELECT count(*) FROM `Out_slice.java` where state=1 or state=0 order by id limit 1;") int SelectOutSliceshu(); } \ No newline at end of file -- Gitblit v1.8.0