From 865ff82a55657d93516225d724fa0261965e0df2 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期二, 24 十月 2023 10:18:51 +0800 Subject: [PATCH] 上片弹窗提示 --- springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java | 3 +++ 1 files changed, 3 insertions(+), 0 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 05b5daf..e9e4edd 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 @@ -103,5 +103,8 @@ //鏍规嵁绗煎瓙鏍煎瓙灞傛暟鑾峰彇鐜荤拑id @Select("SELECT COUNT(*) FROM `storage_cage` where state=3;") Integer Selectoutstate(); + //娣诲姞浠诲姟搴忓垪 + @Insert("INSERT INTO `canadames`.`queue`(`glassid`, `type`, `state`) VALUES (#{glassid},#{type},0);") + void insertqueue(String glassid,int type); } \ No newline at end of file -- Gitblit v1.8.0