数据
This commit is contained in:
@@ -67,6 +67,11 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
total_buy_coin = total_buy_coin + #{rechargeCoin}
|
||||
where user_id = #{userId}
|
||||
</update>
|
||||
<update id="incsTrdPayTotal">
|
||||
update cai_account
|
||||
set total_trd_money = total_trd_money + #{price}
|
||||
where user_id = #{userId}
|
||||
</update>
|
||||
<select id="pageAdmin" resultType="com.ruoyi.cai.dto.admin.vo.AccountAdminVo">
|
||||
select t1.*,t2.usercode,t2.nickname,t2.mobile,t2.avatar,t2.gender,t2.is_anchor,t2.age
|
||||
from cai_account t1
|
||||
|
||||
Reference in New Issue
Block a user