修复转赠地区问题
This commit is contained in:
@@ -24,10 +24,12 @@
|
||||
<select id="giveDetailByDayPage" resultType="com.accompany.admin.vo.charge.RechargeDiamondGiveDetailAdminVo">
|
||||
select
|
||||
date_format(dgh.create_time, '%Y-%m-%d %H:%i:%S') as createTime,
|
||||
u1.uid as fromUid,
|
||||
u1.erban_no as fromErBanNo,
|
||||
u1.nick as fromNick,
|
||||
c.`name` as fromClanName,
|
||||
ru.type,
|
||||
u2.uid as toUid,
|
||||
u2.erban_no as toErBanNo,
|
||||
u2.nick as toNick,
|
||||
u2.region as toRegion,
|
||||
|
Reference in New Issue
Block a user