|
@@ -10,7 +10,6 @@
|
|
|
<if test="searchKeyWord != null and searchKeyWord != ''">
|
|
|
AND (lower(procurement_plan_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
OR lower(title) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
- OR lower(goods_name) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
OR lower(buyer) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
|
</if>
|
|
|
<if test="receivePrivate != null and receivePrivate != '' and receivePrivate != '全国'">
|
|
@@ -67,7 +66,6 @@
|
|
|
<if test="searchKeyWord != null and searchKeyWord != ''">
|
|
|
AND (lower(procurement_plan_no) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
OR lower(title) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
- OR lower(goods_name) like lower(CONCAT('%',#{searchKeyWord},'%'))
|
|
|
OR lower(buyer) like lower(CONCAT('%',#{searchKeyWord},'%')))
|
|
|
</if>
|
|
|
<if test="receivePrivate != null and receivePrivate != '' and receivePrivate != '全国'">
|