Commit bd1de0f9 authored by shiyu's avatar shiyu

团购商品支付

parent 10ce5455
...@@ -187,8 +187,6 @@ public class GroupPurchaseJob { ...@@ -187,8 +187,6 @@ public class GroupPurchaseJob {
disposableSubscribeRecordRequestDto.setType(DisposableSubscribeRecordEnum.TypeEnum.GROUPPURASE_RATE.getType()); disposableSubscribeRecordRequestDto.setType(DisposableSubscribeRecordEnum.TypeEnum.GROUPPURASE_RATE.getType());
boolean hasNextPage = true; boolean hasNextPage = true;
int page = 1; int page = 1;
String url = wxAppletApi.getUrlLink(CommConsts.ITEM_OF_GROUPPURCHASE_URL,"itemId=" + groupPurchaseConfig.getItemId());
while (hasNextPage) { while (hasNextPage) {
List<DisposableSubscribeRecord> disposableSubscribeRecordList = disposableSubscribeRecordDao.findList(disposableSubscribeRecordRequestDto); List<DisposableSubscribeRecord> disposableSubscribeRecordList = disposableSubscribeRecordDao.findList(disposableSubscribeRecordRequestDto);
PageInfo pageInfo = new PageInfo(disposableSubscribeRecordList); PageInfo pageInfo = new PageInfo(disposableSubscribeRecordList);
......
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