## 商品只查询已经审核通过的;
This commit is contained in:
parent
386dbfbe03
commit
793c8565a6
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue