Sfoglia il codice sorgente

Merge branch 'dev/20200513end_1.2.0' into debug

gaodm 5 anni fa
parent
commit
f819ff5ecf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1 1
      src/main/resources/mapper/SysUserMapper.xml

+ 1 - 1
src/main/resources/mapper/SysUserMapper.xml

@@ -121,7 +121,7 @@
             </otherwise>
         </choose>
         WHERE
-        t10.roleId != -1
+        IFNULL(t10.roleId,0) != -1
         <if test="linkman != null and linkman != ''">
             and t3.linkman like CONCAT('%',#{linkman},'%')
         </if>