|
|
|
@ -47,7 +47,7 @@ public interface GoodsMsgMapperExt { |
|
|
|
|
" third_id as thirdId," + |
|
|
|
|
" sale_num as saleNum" + |
|
|
|
|
" FROM" + |
|
|
|
|
" goods_msg where status = 1 " + |
|
|
|
|
" goods_msg where status = 1 and third_id is null" + |
|
|
|
|
" <if test='param.goodsTypeParent != null'> and goods_type_parent = #{param.goodsTypeParent} </if>" + |
|
|
|
|
" <if test='param.title != null'> and title like concat('%',#{param.title},'%') </if>" + |
|
|
|
|
" <if test='param.goodsType != null'> and goods_type = #{param.goodsType} </if>" + |
|
|
|
|