@@ -655,7 +655,7 @@
d.name as contacts,d.contact_mobile as contactsMobile,c.cname
from t_order_task a left join business_project b on a.commodity_id=b.id
left join business_category c on b.cid=c.id left join admin d on a.task_receiver=d.id
- where a.super_id is null and #{orderNo,jdbcType=VARCHAR}
+ where a.super_id is null and a.order_no= #{orderNo,jdbcType=VARCHAR}
</select>