|
@@ -64,6 +64,9 @@ public class CenterEventAppServiceImpl extends BaseService implements ICenterEve
|
|
|
long size = appEventSalVO.getPageSize();
|
|
|
long start = (appEventSalVO.getPageNum() - 1) * size;
|
|
|
appEventSalVO.setPageNum(start);
|
|
|
+
|
|
|
+ appEventSalVO.setUserId(String.valueOf(SecurityUtils.getUserId()));
|
|
|
+
|
|
|
return centerEventAppMapper.listByApp(appEventSalVO);
|
|
|
}
|
|
|
|