| | |
| | | listKey.add("special_channel_pdd");
|
| | |
|
| | | List<SpecialVO> list = specialService.listByPlaceKeyHasLabel((page - 1) * Constant.PAGE_SIZE, Constant.PAGE_SIZE,
|
| | | listKey, platformCode, Integer.parseInt(acceptData.getVersion()));
|
| | | listKey, platformCode, Integer.parseInt(acceptData.getVersion()),acceptData.getSystem());
|
| | |
|
| | | long time = System.currentTimeMillis();
|
| | |
|
| | |
| | | }
|
| | |
|
| | | long count = specialService.countByPlaceKeyList(listKey, platformCode,
|
| | | Integer.parseInt(acceptData.getVersion()));
|
| | | Integer.parseInt(acceptData.getVersion()),acceptData.getSystem());
|
| | |
|
| | | GsonBuilder gsonBuilder = new GsonBuilder().excludeFieldsWithoutExposeAnnotation();
|
| | | Gson gson = gsonBuilder.create();
|