yujian
2019-10-21 d085ca89e39b4cda025a9a53d3797fbe8b242ae7
fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/DeviceTokenIOSMapper.java
@@ -18,19 +18,18 @@
   DeviceTokenIOS selectByDevice(String device);
   
   DeviceTokenIOS selectByDeviceForUpdate(String device);
   DeviceTokenIOS selectByDeviceToken(String deviceToken);
   
   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);
   
}