소스 검색

Merge branch 'develop' of http://132.232.206.88:3000/lift-manager/lift-server into feature-wcz

wcz 5 년 전
부모
커밋
e7b7f4fe4b
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);
 }