|
@@ -88,10 +88,10 @@
|
|
|
<if test="example.goodsCategoryId3 != null">
|
|
|
AND `goods_category_id3` = #{example.goodsCategoryId3}
|
|
|
</if>
|
|
|
- <if test="example.storeNameLike != null and example.webSite=='1'">
|
|
|
+ <if test="example.storeNameLike != null and example.webSite==1">
|
|
|
AND `store_id` in (select `store_id` from `store` where `store_name` like concat('%',#{example.storeNameLike},'%'))
|
|
|
</if>
|
|
|
- <if test="example.storeNameLike != null and example.webSite=='2'">
|
|
|
+ <if test="example.storeNameLike != null and example.webSite==2">
|
|
|
AND `store_id` in (select `store_id` from `store_name` where `store_name` like concat('%',#{example.storeNameLike},'%') and `web_site` = #{example.webSite})
|
|
|
</if>
|
|
|
</trim>
|