Selaa lähdekoodia

广电报备新增搜索条件

mac 2 vuotta sitten
vanhempi
commit
38a7bfda25

+ 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