## 商品只查询已经审核通过的;
This commit is contained in:
parent
a42323d19d
commit
2b745a00c7
|
@ -287,6 +287,7 @@
|
|||
and we.IS_PUT_ON = 0
|
||||
and t.del_flag = 0
|
||||
and we.del_flag = 0
|
||||
and t.wares_status = 5
|
||||
</select>
|
||||
|
||||
<select id="selectByRecommentList" resultMap="BaseResultMap">
|
||||
|
@ -383,6 +384,7 @@
|
|||
from bd_wares bw
|
||||
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
|
||||
and bw.WARES_STATUS = 5
|
||||
<if test="specialArea != null">
|
||||
and bw.SPECIAL_AREA = #{specialArea}
|
||||
</if>
|
||||
|
|
Loading…
Reference in New Issue