瀏覽代碼

调整作息

luojun 2 年之前
父節點
當前提交
052e1bd461
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      soc-modules/soc-modules-system/src/main/resources/mapper/system/SysUserMapper.xml

+ 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}, '%')