luojun 2 роки тому
батько
коміт
052e1bd461

+ 1 - 1
soc-modules/soc-modules-system/src/main/resources/mapper/system/SysUserMapper.xml

@@ -463,7 +463,7 @@
             </otherwise>
         </choose>
         <if test="info.isLock != null and info.isLock != ''">
-            AND u.is_lock = #{isLock}
+            AND u.is_lock = #{info.isLock}
         </if>
         <if test="info.username != null and info.username != ''">
             AND u.username like concat('%', #{info.username}, '%')