|
|
|
@@ -523,7 +523,12 @@ public class WxProfitSharingOrderServiceImpl implements WxProfitSharingOrderServ |
|
|
|
WxProfitSharingOrderQueryVo orderquery = (WxProfitSharingOrderQueryVo) queryParams; |
|
|
|
orderquery.setBegin((page-1)*10000); |
|
|
|
orderquery.setLimit(10000); |
|
|
|
111111111111111111 |
|
|
|
List<WxProfitSharingOrderVo> list = wxProfitSharingOrderMapper.findOrderList(orderquery); |
|
|
|
if (null != list && list.size() > 0 ) { |
|
|
|
List<Object> retList = new ArrayList<Object>(); |
|
|
|
retList.addAll(list); |
|
|
|
return retList; |
|
|
|
} |
|
|
|
return null; |
|
|
|
} |
|
|
|
|
|
|
|
|