From 18dfd899e47fd2c0876251389941891388a2ebb6 Mon Sep 17 00:00:00 2001 From: wu <731351411@qq.com> Date: 星期四, 01 二月 2024 09:50:38 +0800 Subject: [PATCH] 优化出片逻辑,更换DB区读取方式 --- springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java b/springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java index c81c75c..f85627b 100644 --- a/springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java +++ b/springboot-vue3/src/main/java/com/example/springboot/mapper/HomeMapper.java @@ -216,7 +216,7 @@ Out_slice SelectCurrentFrame(); //鏍规嵁鐜荤拑id鏌ヨ浠诲姟淇℃伅 - @Select("select task_type from storage_task where glass_id=#{glassid} and task_state!=2") + @Select("select task_type from storage_task where glass_id=#{glassid} and task_state!=1") Short SelectTaskByGlassId(String glassid); //淇敼鏍煎瓙瀹藉害 -- Gitblit v1.8.0