refactor: 手机短信验证码认证代码优化和注释调整。

This commit is contained in:
Ray.Hao
2025-01-13 23:41:33 +08:00
parent 91c1b29f02
commit 025a70b0cd
6 changed files with 22 additions and 20 deletions

View File

@@ -165,7 +165,6 @@
t1.id userId,
t1.username,
t1.nickname,
t1.PASSWORD,
t1.STATUS,
t1.dept_id ,
t3.CODE
@@ -232,7 +231,4 @@
u.id = #{userId} AND u.is_deleted = 0
</select>
</mapper>