|
|
@@ -386,9 +386,9 @@
|
|
|
a.content,a.star,u.identify_name as commenter
|
|
|
from jt_commodity_comment a
|
|
|
left join user u on a.uid=u.id
|
|
|
- left join jt_consult_order b on a.order_no=b.order_no
|
|
|
+ <!-- left join jt_consult_order b on a.order_no=b.order_no -->
|
|
|
where 1=1
|
|
|
- and b.seller_id= #{id,jdbcType=VARCHAR}
|
|
|
+ and a.commodity_id= #{id,jdbcType=VARCHAR}
|
|
|
order by a.create_time desc
|
|
|
<if test="page_sql!=null">
|
|
|
${page_sql}
|