记得上下班打卡 | git大法好,push需谨慎

Commit 43a650fa authored by jiangxiulong's avatar jiangxiulong

add log

parent ee488323
...@@ -72,8 +72,6 @@ public class KylinRefundPerformancesAdminServiceImpl { ...@@ -72,8 +72,6 @@ public class KylinRefundPerformancesAdminServiceImpl {
HashMap<String, Object> orderStatisAlipay = kylinOrderTicketsMapper.getPerformanceRefundOrderStatis(targetId, paymentTypeAlipay); HashMap<String, Object> orderStatisAlipay = kylinOrderTicketsMapper.getPerformanceRefundOrderStatis(targetId, paymentTypeAlipay);
String[] paymentTypeWepay = {"APPWEPAY", "APPLETWEPAY", "WAPWEPAY", "JSWEPAY", "wepay"}; String[] paymentTypeWepay = {"APPWEPAY", "APPLETWEPAY", "WAPWEPAY", "JSWEPAY", "wepay"};
HashMap<String, Object> orderStatisWepay = kylinOrderTicketsMapper.getPerformanceRefundOrderStatis(targetId, paymentTypeWepay); HashMap<String, Object> orderStatisWepay = kylinOrderTicketsMapper.getPerformanceRefundOrderStatis(targetId, paymentTypeWepay);
log.info("orderStatisAlipay {}", orderStatisAlipay);
log.info("orderStatisWepay {}", orderStatisWepay);
BigDecimal totalPriceRefundAlipay = new BigDecimal(0); BigDecimal totalPriceRefundAlipay = new BigDecimal(0);
Integer totalRefundNumberAlipay = 0; Integer totalRefundNumberAlipay = 0;
BigDecimal totalPriceRefundWepay = new BigDecimal(0); BigDecimal totalPriceRefundWepay = new BigDecimal(0);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment