From fc4646a770b1aa9866091b7e868eca726ab4c171 Mon Sep 17 00:00:00 2001 From: luoyang14z7 <704328506@qq.com> Date: Thu, 12 Jul 2018 09:41:33 +0800 Subject: [PATCH] fix : chairty --- .../payment/manage/mappers/act/ActChairtyMapper.xml | 8 ++++---- .../static/actchairty/templates/act_chairty_analysis.html | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/resources/au/com/royalpay/payment/manage/mappers/act/ActChairtyMapper.xml b/src/main/resources/au/com/royalpay/payment/manage/mappers/act/ActChairtyMapper.xml index c9819effc..b97c44145 100644 --- a/src/main/resources/au/com/royalpay/payment/manage/mappers/act/ActChairtyMapper.xml +++ b/src/main/resources/au/com/royalpay/payment/manage/mappers/act/ActChairtyMapper.xml @@ -2,7 +2,7 @@ select DATE_FORMAT(pmt_transactions.transaction_time,'%Y-%m-%d') as weekstart from act_charity inner JOIN pmt_transactions on act_charity.client_id = pmt_transactions.client_id - where dayofweek(pmt_transactions.transaction_time)=2 and pmt_transactions.transaction_time>=#{begin} and pmt_transactions.transaction_time<=#{end} and pmt_transactions.transaction_time>=act_charity.active_time + where dayofweek(pmt_transactions.transaction_time)=2 and pmt_transactions.transaction_time>=#{begin} and pmt_transactions.transaction_time<=#{end} and pmt_transactions.refund_id is null and pmt_transactions.channel != 'Settlement' group by weekstart order by weekstart asc; diff --git a/src/main/ui/static/actchairty/templates/act_chairty_analysis.html b/src/main/ui/static/actchairty/templates/act_chairty_analysis.html index 710d34f72..da518a301 100644 --- a/src/main/ui/static/actchairty/templates/act_chairty_analysis.html +++ b/src/main/ui/static/actchairty/templates/act_chairty_analysis.html @@ -50,7 +50,7 @@
-

Settle Delay Ranking

+

Chairty Ranking