main
黄海 2 years ago
parent 56d2feebd2
commit 5ce547bdd1

@ -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

Loading…
Cancel
Save