修复结算记录问题3

This commit is contained in:
liaozetao
2023-10-26 19:57:28 +08:00
parent 8a2a80d7e7
commit 964e180a4a
2 changed files with 3 additions and 2 deletions

View File

@@ -182,7 +182,7 @@
count(1) as totalGiveNum,
ifnull(sum(dgh.diamond_num / 1000), 0) as totalGiveAmount
from flow_team_member_invite_user as fi
left join diamond_give_history as dgh on dgh.to_uid = fi.uid
inner join diamond_give_history as dgh on dgh.to_uid = fi.uid
where 1 = 1
<if test="queryLimitTime != null">
and dgh.create_time >= #{queryLimitTime}