## 商品只查询已经审核通过的;

This commit is contained in:
cabbage 2025-04-28 17:21:28 +08:00
parent a42323d19d
commit 2b745a00c7
1 changed files with 2 additions and 0 deletions

View File

@ -287,6 +287,7 @@
and we.IS_PUT_ON = 0 and we.IS_PUT_ON = 0
and t.del_flag = 0 and t.del_flag = 0
and we.del_flag = 0 and we.del_flag = 0
and t.wares_status = 5
</select> </select>
<select id="selectByRecommentList" resultMap="BaseResultMap"> <select id="selectByRecommentList" resultMap="BaseResultMap">
@ -383,6 +384,7 @@
from bd_wares bw from bd_wares bw
left join bd_wares_extend be on bw.pk_id = be.pk_wares left join bd_wares_extend be on bw.pk_id = be.pk_wares
where be.IS_PUT_ON = 0 and bw.del_flag = 0 and be.del_flag = 0 where be.IS_PUT_ON = 0 and bw.del_flag = 0 and be.del_flag = 0
and bw.WARES_STATUS = 5
<if test="specialArea != null"> <if test="specialArea != null">
and bw.SPECIAL_AREA = #{specialArea} and bw.SPECIAL_AREA = #{specialArea}
</if> </if>