浏览代码

修改同步展示bug

hcst_sunzhen 4 年之前
父节点
当前提交
65ff15fead
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/main/java/cn/com/ctop/okr/mapper/xml/QYWxUserInfoMapper.xml

+ 1 - 1
src/main/java/cn/com/ctop/okr/mapper/xml/QYWxUserInfoMapper.xml

@@ -87,7 +87,7 @@
         from
         from
         wx_user_info
         wx_user_info
         where
         where
-        userid != #{userid}
+        userid != #{userid} and
         <if test="name != null">
         <if test="name != null">
             name like concat('%', #{name}, '%') and
             name like concat('%', #{name}, '%') and
         </if>
         </if>