|
|
|
@@ -125,6 +125,10 @@ public class WxCardPayController extends BaseController { |
|
|
|
return new ResultData(ErrorCode.SYS_PARAMETER_NOT_NULL.getCode(), "过滤条件为空"); |
|
|
|
} |
|
|
|
wxCardSpend.updateTenantInfo(getTenantInfo()); |
|
|
|
List<Integer> sources = new ArrayList<Integer>(); |
|
|
|
sources.add(EnumMerchantSubsidySource.CARD.getCode()); |
|
|
|
wxCardSpend.setSources(sources); |
|
|
|
wxCardSpend.setCardSpendListShow(1); |
|
|
|
final List<Map<String, Object>> mapList = wxCardSpendService.sumCardSpendForMerchant(wxCardSpend); |
|
|
|
return new ResultData(mapList); |
|
|
|
} |
|
|
|
|