```添加处理充值记录和查询充值记录的功能
新增加了处理充值记录和查询充值记录的功能。这包括在SysUserService和相关Mapper中添加处理逻辑和数据库交互,以及在PaymentController中添加接口,允许用户进行充值记录操作。 ```master
parent
145a88c3c9
commit
5bb3949e28
|
@ -197,7 +197,6 @@
|
|||
subject,
|
||||
total_amount,
|
||||
from sys_user_payment
|
||||
where user_id = #{userId}
|
||||
</select>
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue