admin
2020-11-28 dc5be7d38446f70e6ff86df311119c32b41fe7f8
fanli/src/main/java/com/yeshi/fanli/service/inter/homemodule/FloatADService.java
@@ -49,15 +49,15 @@
    * @return
    */
   public List<FloatAD> listQuery(@Param("start") long start, @Param("count") int count, @Param("key") String key,
         @Param("state") Integer state) throws FloatADException;
         @Param("state") Integer state,SystemEnum system) throws FloatADException;
   public long countQuery(@Param("key") String key, @Param("state") Integer state);
   public long countQuery(@Param("key") String key, @Param("state") Integer state,SystemEnum system);
   /**
    * 查询有效的悬浮大图
    * @return
    */
   public FloatAD getEffectiveFloatAD(String position, Integer type);
   public FloatAD getEffectiveFloatAD(String position, Integer type,SystemEnum system);
   /**