zhangyuewww 3 years ago
parent
commit
076efa1ae4

+ 0 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/ProcurementPlanInfoMapper.xml

@@ -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 != '全国'">

+ 0 - 2
winsea-haixin-plugin-yiliangyiyun/src/main/resources/mapper/SalePlanInfoMapper.xml

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