yujian
2019-08-16 1db61f9479d537ecf2c030d8b9cb45b1e0bf0eec
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/DeviceTokenIOSMapper.java
@@ -22,15 +22,12 @@
   
   List<DeviceTokenIOS> selectByUid( @Param("uid")Long uid,  @Param("list")List<Integer> list);
   
   List<DeviceTokenIOS> selectList(@Param("start")Long start,@Param("count")int count, @Param("array")String[] arrayVersion);
   List<DeviceTokenIOS> selectList(@Param("start")Long start,@Param("count")int count, @Param("list")List<Integer> list);
   
   long selectCount();
   
   int updateByPrimaryKeySelective(DeviceTokenIOS record);
   int updateByPrimaryKey(DeviceTokenIOS record);
   
}