anderx лет назад: 7
Родитель
Сommit
c578607aca
1 измененных файлов с 1 добавлено и 1 удалено
  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>