fanli/src/main/java/com/yeshi/fanli/dao/mybatis/push/DeviceTokenHWMapper.java
@@ -30,6 +30,8 @@ Long selectCount(@Param("versionList") List<Integer> versionList); List<DeviceTokenHW> selectByDevice(String device); List<DeviceTokenHW> selectByDeviceForUpdate(String device); int bindUidByDevice(@Param("uid") Long uid, @Param("device") String device);