余额相关改动

This commit is contained in:
liuyingfang
2023-08-25 09:26:14 +08:00
parent 25155ad6fc
commit 01e435f575
5 changed files with 23 additions and 15 deletions

View File

@@ -38,7 +38,8 @@
where user_id = #{userId}
</select>
<select id="selectByUserIdMC" resultType="cn.pluss.platform.entity.UserPromotion">
select *
select user_id AS userId,type_code AS typeCode,current_fee AS currentFee,parent_user_id AS parentUserId,
is_extend AS isExtend,create_time AS createTime,update_time AS updateTime
from tb_pluss_user_promotion
<where>
user_id = #{userId}