From 3ac30b4c17cf071ce9c66a59c069ab83efae6d2d Mon Sep 17 00:00:00 2001
From: yujian <yujian@123.com>
Date: 星期一, 14 十月 2019 17:44:13 +0800
Subject: [PATCH] Merge branch 'div' of ssh://193.112.35.168:29418/fanli-server into div

---
 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