From 5b6df561b120c1befed1d704ca99e7331ce734af Mon Sep 17 00:00:00 2001
From: wuyouming666 <2265557248@qq.com>
Date: 星期一, 06 五月 2024 08:20:49 +0800
Subject: [PATCH] 1
---
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