|
@@ -44,5 +44,5 @@ public interface IPushUserMapper extends BaseMapper<PushUserInfo> {
|
|
|
*/
|
|
|
@SelectProvider(type = MybatisSqlUtils.class, method = "getPushUserInfoByIdsSql")
|
|
|
List<PushUserInfo> getPushUserInfoByUserIds(@Param("companyId") Long companyId,
|
|
|
- @Param("userIds") List<Long> userIdList);
|
|
|
+ @Param("userIdList") List<Long> userIdList);
|
|
|
}
|