dashbord 中 ApsInStore,ApsCashier渠道显示

master
dalong306 3 years ago
parent 8cef83a55a
commit dd15e2be9f

@ -589,7 +589,7 @@ public class DashboardServiceImpl implements DashboardService,DashboardAnalysisT
}
}
private JSONObject getTodayChannelCount(JSONObject params){
String[] channels = new String[]{"Wechat", "Alipay", "AlipayOnline", "Rpay", "rpaypmt_card", "rpaypmt_dd"};
String[] channels = new String[]{"Wechat", "Alipay", "AlipayOnline", "Rpay", "rpaypmt_card", "rpaypmt_dd","ApsInStore","ApsCashier"};
JSONObject resp = new JSONObject();
for(String channel:channels) {
params.put("channel", channel);

Loading…
Cancel
Save