zq-erp/src/main/resources/mybatis/mapper/xcxShop/ShopProductCommentDao.xml
@@ -104,7 +104,7 @@ </if> <if test="record.companyId != null and record.companyId !='' "> and company_id = #{record.companyId} and c.company_id = #{record.companyId} </if> <if test="(record.comContent!=null and record.comContent!='') or (record.comContent!='' and record.comContent==0) "> @@ -455,6 +455,7 @@ and c.product_id = #{record.productId} </if> </if> and c.com_audit_status=1 AND p.del_flag = 2 AND o.del_flag = 2 AND c.del_flag = 2