yujian
2020-01-18 f4a0f2acc63d7785eab108419a4e16f5f688cb95
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/homemodule/SpecialMapper.java
@@ -91,7 +91,7 @@
    * @return
    */
   List<Special> listByVersion(@Param("start") long start, @Param("count") int count, 
         @Param("card") String card, @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
         @Param("placeKey") String placeKey, @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
   
   
   /**
@@ -110,6 +110,35 @@
    * @param systemId
    * @return
    */
   List<Special> listByPlaceKey(@Param("placeKey") String placeKey, @Param("sex")Integer sex);
   List<Special> listByPlaceKey(@Param("placeKey") String placeKey, @Param("sex")Integer sex
         , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
   /**
    * 根据多个位置标识查询
    * @param list
    * @param sex
    * @param platform
    * @param versionCode
    * @return
    */
   List<Special> listByPlaceKeyList(@Param("start")long start, @Param("count")int count,@Param("list") List<String> list, @Param("sex")Integer sex
         , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
   long countByPlaceKeyList(@Param("list") List<String> list, @Param("sex")Integer sex
         , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
   /**
    * 根据多个位置标识查询
    * @param list
    * @param sex
    * @param platform
    * @param versionCode
    * @return
    */
   List<Special> listByPlaceKeyHasLabel(@Param("start")long start, @Param("count")int count,@Param("list") List<String> list, @Param("sex")Integer sex
         , @Param("platform") Integer platform, @Param("versionCode") Integer versionCode);
   
}