|
@@ -13,8 +13,8 @@
|
|
|
OR lower(goods_name) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
OR lower(seller) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
|
</if>
|
|
|
- <if test="sendPrivate != null and sendPrivate != '' and sendPrivate != '全国'">
|
|
|
- AND (lower(send_private) like lower(CONCAT('%',#{sendPrivate},'%')))
|
|
|
+ <if test="receivePrivate != null and receivePrivate != '' and receivePrivate != '全国'">
|
|
|
+ AND (lower(send_private) like lower(CONCAT('%',#{receivePrivate},'%')))
|
|
|
</if>
|
|
|
<if test="searchType != null and searchType != ''">
|
|
|
<if test="searchType == 1">
|
|
@@ -70,8 +70,8 @@
|
|
|
OR lower(goods_name) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
OR lower(seller) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
|
</if>
|
|
|
- <if test="sendPrivate != null and sendPrivate != '' and sendPrivate != '全国'">
|
|
|
- AND (lower(send_private) like lower(CONCAT('%',#{sendPrivate},'%')))
|
|
|
+ <if test="receivePrivate != null and receivePrivate != '' and receivePrivate != '全国'">
|
|
|
+ AND (lower(send_private) like lower(CONCAT('%',#{receivePrivate},'%')))
|
|
|
</if>
|
|
|
<if test="searchType != null and searchType != ''">
|
|
|
<if test="searchType == 1">
|