From 5ce547bdd1365beffd020a46753e4d1f40fdf655 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:32:08 +0800 Subject: [PATCH] 'commit' --- target/classes/Sql/yp.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/classes/Sql/yp.sql b/target/classes/Sql/yp.sql index 544d72b..da131a5 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) and t1.b_use=1 + where t1.task_id=#para(task_id) and t1.b_use=1 #if(bx_id) and t1.bx_id=#para(bx_id) #end