From e19ce4be094d93f68bdb6ee1c28e9caa502bf2c4 Mon Sep 17 00:00:00 2001 From: admin <weikou2014> Date: 星期四, 10 十月 2019 11:17:12 +0800 Subject: [PATCH] utils包添加工具类,抖音广告修改 --- fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SpecialServiceImpl.java | 12 ++++++++++++ 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SpecialServiceImpl.java b/fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SpecialServiceImpl.java index 5aa8326..5afb538 100644 --- a/fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SpecialServiceImpl.java +++ b/fanli/src/main/java/com/yeshi/fanli/service/impl/homemodule/SpecialServiceImpl.java @@ -570,6 +570,18 @@ public List<Special> listByPlaceKey(String placeKey, Integer platform, Integer versionCode) { return specialMapper.listByPlaceKey(placeKey, null, platform, versionCode); } + + + @Override + public List<Special> listByPlaceKeyList(long start, int count, List<String> list, Integer platform, Integer versionCode) { + return specialMapper.listByPlaceKeyList(start, count, list, null, platform, versionCode); + } + + + @Override + public long countByPlaceKeyList(List<String> list, Integer platform, Integer versionCode) { + return specialMapper.countByPlaceKeyList(list, null, platform, versionCode); + } /** * 澶勭悊 鏁版嵁 -- Gitblit v1.8.0