fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/SpecialService.java
@@ -4,6 +4,7 @@ import org.springframework.web.multipart.MultipartFile; import com.yeshi.fanli.entity.accept.AcceptData; import com.yeshi.fanli.entity.bus.homemodule.Special; import com.yeshi.fanli.exception.homemodule.SpecialException; @@ -85,6 +86,14 @@ * @return * @throws Exception */ public JSONObject listCacheSpecialToIndex() throws Exception; public JSONObject listCacheSpecialToIndex(AcceptData acceptData) throws Exception; /** * 根据专题位置查询 * @param placeKey * @return */ public List<Special> listByPlaceKey(String placeKey); }