Browse Source

订单详情BUG修复

anderx 7 years ago
parent
commit
c578607aca
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

+ 1 - 1
src/main/java/com/goafanti/common/mapper/TOrderTaskMapper.xml

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