余额相关改动
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user