diff --git a/src/main/java/au/com/royalpay/payment/manage/customers/core/impls/CustomerLotteryCountServiceImpl.java b/src/main/java/au/com/royalpay/payment/manage/customers/core/impls/CustomerLotteryCountServiceImpl.java index 4a20c7247..fb2296368 100644 --- a/src/main/java/au/com/royalpay/payment/manage/customers/core/impls/CustomerLotteryCountServiceImpl.java +++ b/src/main/java/au/com/royalpay/payment/manage/customers/core/impls/CustomerLotteryCountServiceImpl.java @@ -17,6 +17,9 @@ import org.springframework.web.util.UriComponentsBuilder; import javax.annotation.Resource; import java.math.BigDecimal; +import java.text.ParseException; +import java.text.SimpleDateFormat; +import java.util.Date; @Service public class CustomerLotteryCountServiceImpl implements ApplicationListener { @@ -39,9 +42,20 @@ public class CustomerLotteryCountServiceImpl implements ApplicationListener 0) { + return; + } + } catch (ParseException e) { + + } } BigDecimal clearAmount = event.getFinishedEvent().getAudFee(); String channel = order.getString("channel"); diff --git a/src/main/ui/static/analysis/templates/trans_analysis.html b/src/main/ui/static/analysis/templates/trans_analysis.html index 4918d98d9..9fac48e1a 100644 --- a/src/main/ui/static/analysis/templates/trans_analysis.html +++ b/src/main/ui/static/analysis/templates/trans_analysis.html @@ -199,17 +199,17 @@ -
-
R Pay
+
RPay+
- --> +
-
R Pay
+
RPay+
- --> + diff --git a/src/main/ui/static/dashboard/templates/dashboard.html b/src/main/ui/static/dashboard/templates/dashboard.html index 55c56f2fa..d59afe063 100644 --- a/src/main/ui/static/dashboard/templates/dashboard.html +++ b/src/main/ui/static/dashboard/templates/dashboard.html @@ -160,7 +160,7 @@ -
交易额: @@ -171,10 +171,10 @@
-
R
+
Rpay+
- --> +