From ce52ed4cfc7dabbd3453c2c63b2bacd480404515 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E9=BB=84=E6=B5=B7?= <10402852@qq.com> Date: Thu, 27 Apr 2023 08:30:31 +0800 Subject: [PATCH] 'commit' --- src/main/resource/Sql/yp.sql | 2 +- target/classes/Sql/yp.sql | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/main/resource/Sql/yp.sql b/src/main/resource/Sql/yp.sql index 8096b5c..da131a5 100644 --- a/src/main/resource/Sql/yp.sql +++ b/src/main/resource/Sql/yp.sql @@ -2,7 +2,7 @@ #namespace("yp") #sql("getTaskInfo") select t1.*,t2.bx_name from t_yp_record as t1 inner join t_yp_bx as t2 on t1.bx_id=t2.bx_id - where t1.task_id=#para(task_id) + where t1.task_id=#para(task_id) and t1.b_use=1 #if(bx_id) and t1.bx_id=#para(bx_id) #end diff --git a/target/classes/Sql/yp.sql b/target/classes/Sql/yp.sql index 8096b5c..544d72b 100644 --- a/target/classes/Sql/yp.sql +++ b/target/classes/Sql/yp.sql @@ -2,7 +2,7 @@ #namespace("yp") #sql("getTaskInfo") select t1.*,t2.bx_name from t_yp_record as t1 inner join t_yp_bx as t2 on t1.bx_id=t2.bx_id - where t1.task_id=#para(task_id) + where t1.task_id=#para(task_id) and t1.b_use=1 #if(bx_id) and t1.bx_id=#para(bx_id) #end