Browse Source

修改同步展示bug

hcst_sunzhen 4 years ago
parent
commit
65ff15fead
1 changed files with 1 additions and 1 deletions
  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
         wx_user_info
         where
-        userid != #{userid}
+        userid != #{userid} and
         <if test="name != null">
             name like concat('%', #{name}, '%') and
         </if>