|
|
|
@@ -114,26 +114,8 @@ public class WxCardPayController extends BaseController { |
|
|
|
return new ResultData(page); |
|
|
|
} |
|
|
|
|
|
|
|
// @ApiOperation("C端扫B端储值卡交易流水SUM") |
|
|
|
// @GetMapping("sum") |
|
|
|
// @SystemControllerLog(description = "储值卡支付-储值卡交易流水SUM") |
|
|
|
// public ResultData sumCardSpendList(@ModelAttribute WxCardSpendVo wxCardSpend) { |
|
|
|
// String ipStr = getIpAddr(); |
|
|
|
// logger.info("cardPay/sumCardSpendList: " + ipStr + " :" + wxCardSpend.toString()); |
|
|
|
// if (wxCardSpend == null) { |
|
|
|
// 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); |
|
|
|
// } |
|
|
|
|
|
|
|
@ApiOperation("储值卡交易流水SUM") |
|
|
|
@GetMapping("sumCard") |
|
|
|
@GetMapping("sum") |
|
|
|
@SystemControllerLog(description = "储值卡支付-储值卡交易流水SUM") |
|
|
|
public ResultData sumCard(@ModelAttribute WxCardSpendVo wxCardSpend) { |
|
|
|
if (wxCardSpend == null) { |
|
|
|
|