| | |
| | |
|
| | | if (orderType != null && dateType != null && dateType == 4) {
|
| | | if (orderType == 1) {
|
| | | dateType = 6; // 返利订单有效
|
| | | dateType = 6; // 返利订单有效的
|
| | | } else {
|
| | | dateType = 5; // 新版查询本月到账
|
| | | }
|
| | |
| | | List<ESOrder> listES = esOrderService.query(key, uid.toString(), listSource);
|
| | |
|
| | | if (listES.size() != 0) {
|
| | | list = commonOrderService.searchOrderByUid(page, Constant.PAGE_SIZE, uid, listES);
|
| | | // 2.1版本
|
| | | AcceptData acceptData = new AcceptData();
|
| | | acceptData.setPlatform("android");
|
| | | acceptData.setVersion("56");
|
| | | list = commonOrderService.searchOrderByUid(acceptData, page, Constant.PAGE_SIZE, uid, listES);
|
| | | count = commonOrderService.countSearchOrderByUid(uid, listES);
|
| | | }
|
| | |
|