소스 검색

Merge branch 'huangyuan-user' of lift-manager/lift-server into develop

huangyuan 5 년 전
부모
커밋
9d1e27d247
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lift-system-service/src/main/java/cn/com/ty/lift/system/user/dao/mapper/IPushUserMapper.java

+ 1 - 1
lift-system-service/src/main/java/cn/com/ty/lift/system/user/dao/mapper/IPushUserMapper.java

@@ -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);
 }