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