jinlin
2025-05-14 a3fe79e605b07a5a908599aaa830a0860e9423d2
src/main/resources/mapper/user/UserDao.xml
@@ -10,7 +10,7 @@
    <select id="getList" resultType="com.example.server.user.model.SysUser">
        SELECT
            a.user_id,
            a.id,
            a.user_name,
            a.nick_name,
            a.password,