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); }