Browse Source

1.搜索条件修改

yuanliang 1 year ago
parent
commit
e930480d2c

+ 1 - 1
cooleshow-user/user-biz/src/main/resources/config/mybatis/CooperateTenantMapper.xml

@@ -19,7 +19,7 @@
         <where>
             <if test="param.keyword != null">
                 and (t.cooperate_tenant_name_ like concat('%',#{param.keyword},'%')
-                or t.cooperate_tenant_nature_ like concat('%',#{param.keyword},'%')
+                or t.contacts_ like concat('%',#{param.keyword},'%')
                 or t.phone_ like concat('%',#{param.keyword},'%')
                 )
             </if>