瀏覽代碼

面试日历

change 4 年之前
父節點
當前提交
e3cf08bd78
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

+ 1 - 1
zhongzheng-system/src/main/resources/mapper/modules/user/UserMapper.xml

@@ -211,7 +211,7 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
         WHERE
             1 = 1
           AND user_id = #{userId}
-          AND `status` = 3
+          AND `status` = 1
           AND look_status = 0
     </select>