瀏覽代碼

广电报备新增搜索条件

mac 2 年之前
父節點
當前提交
38a7bfda25
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      kxs-product/kxs-product-biz/src/main/resources/mapper/KxsGdReportMapper.xml

+ 1 - 1
kxs-product/kxs-product-biz/src/main/resources/mapper/KxsGdReportMapper.xml

@@ -30,7 +30,7 @@
             and user_id = #{userId}
             and status = #{status}
             <if test="keyword != null and keyword != ''">
-                and (put_name = #{keyword} or put_mobile = #{keyword})
+                and (put_name = #{keyword} or put_mobile = #{keyword} or gd_mobile = #{keyword})
             </if>
         </where>
         order by id desc