fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/FloatADService.java
@@ -6,8 +6,8 @@ import org.springframework.web.multipart.MultipartFile; import com.yeshi.fanli.entity.bus.homemodule.FloatAD; import com.yeshi.fanli.exception.FloatADException; import com.yeshi.fanli.exception.banner.SwiperPictureException; import com.yeshi.fanli.exception.homemodule.FloatADException; public interface FloatADService { @@ -56,7 +56,7 @@ * 查询有效的悬浮大图 * @return */ public FloatAD getEffectiveFloatAD(String position); public FloatAD getEffectiveFloatAD(String position, Integer type); }