@@ -64,7 +64,7 @@
b.reject_reason as rejectReason
from diag_order_details b join diag_lantone_product c on b.product_id=c.id
where b.is_deleted = 'N' and c.is_deleted = 'N'
- and b.num in
+ and b.order_num in
<foreach collection="list" separator="," open="(" close=")" item="num">
#{num}
</foreach>