|
|
@@ -107,10 +107,10 @@ public class WxCardPayController extends BaseController { |
|
|
wxCardSpendVo.setPayStatusS(tmpList); |
|
|
wxCardSpendVo.setPayStatusS(tmpList); |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
List<Integer> sources = new ArrayList<Integer>(); |
|
|
|
|
|
sources.add(EnumMerchantSubsidySource.CARD.getCode()); |
|
|
|
|
|
wxCardSpendVo.setSources(sources); |
|
|
|
|
|
wxCardSpendVo.setSubsidyType(EnumMerchantSubsidyType.WECHAT.getCode()); |
|
|
|
|
|
|
|
|
// List<Integer> sources = new ArrayList<Integer>(); |
|
|
|
|
|
// sources.add(EnumMerchantSubsidySource.CARD.getCode()); |
|
|
|
|
|
// wxCardSpendVo.setSources(sources); |
|
|
|
|
|
// wxCardSpendVo.setSubsidyType(EnumMerchantSubsidyType.WECHAT.getCode()); |
|
|
final PageInfo<WxCardSpendVo> page = wxCardSpendService.listAsPage(wxCardSpendVo, pageNum, pageSize); |
|
|
final PageInfo<WxCardSpendVo> page = wxCardSpendService.listAsPage(wxCardSpendVo, pageNum, pageSize); |
|
|
return new ResultData(page); |
|
|
return new ResultData(page); |
|
|
} |
|
|
} |
|
|
|