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