```添加处理充值记录和查询充值记录的功能

新增加了处理充值记录和查询充值记录的功能。这包括在SysUserService和相关Mapper中添加处理逻辑和数据库交互,以及在PaymentController中添加接口,允许用户进行充值记录操作。
```
master
wxy 2024-08-27 15:49:56 +08:00
parent 145a88c3c9
commit 5bb3949e28
1 changed files with 0 additions and 1 deletions

View File

@ -197,7 +197,6 @@
subject,
total_amount,
from sys_user_payment
where user_id = #{userId}
</select>