From 0be2f95c0042bacfab5965bdf127046ad04ea488 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期三, 20 十二月 2023 14:22:40 +0800 Subject: [PATCH] Merge branch 'master' of http://10.153.19.25:10101/r/CanadaMes --- springboot-vue3/src/main/java/com/example/springboot/mapper/SpianMapper.java | 7 +++++-- 1 files changed, 5 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 f638b6c..867a94f 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 @@ -73,8 +73,8 @@ int selectGlassState(int cage, int cell); // 鍒ゆ柇璇ヨ皟鎷ㄧ殑绗煎瓙 - @Select("select glass_id,cage,cell,max(state)as shu,ROUND(id/2)as prcid,id from storage_cage where width>=#{width} and cage>#{cage1} and cage<#{cage2} GROUP BY cage,cell HAVING shu=0 order by abs(#{cage} - cage),cell desc limit 1;") - StorageCage selectGlassCage(int cage, double width, int cage1, int cage2); + @Select("select glass_id,cage,cell,max(state)as shu,ROUND(id/2)as prcid,id,abs(#{cell}-cell)as xuhao from storage_cage where width>=#{width} and cage>#{cage1} and cage<#{cage2} GROUP BY cage,cell HAVING shu=0 order by abs(#{cage} - cage),xuhao desc limit 1;") + StorageCage selectGlassCage(int cage, double width, int cage1, int cage2,int cell); // 鍒犻櫎绗煎瓙淇℃伅(鍑虹墖) @Update("update storage_cage as a set state=#{state},glass_id=null,order_id=null,glasswidth=null,a.glassheight=null,a.glasswidthmm=null,a.glassheightmm=null,a.listid=null,a.boxid=null where glass_id=#{glassid} and state=3;") @@ -234,4 +234,7 @@ //鏂板鏃ュ織琛ㄦ牸 @Insert("INSERT INTO `canadames`.`log`( `text`,time) VALUES (#{logtxt},now());") void insertlog(String logtxt); + //鑾峰彇璇ュ崐鍖烘槸鍚︽湁鎵ц鐨勪换鍔� + @Select(" select count(*) from storage_cage where state=#{state} and cage>#{cage1} and cage<#{cage2}") + int SelectCageTask(int state,int cage1,int cage2); } \ No newline at end of file -- Gitblit v1.8.0