main
parent
eb15b382db
commit
89471bc539
|
|
@ -48,7 +48,7 @@ public class AppEventsServiceImpl implements IAppEventsService
|
|||
*/
|
||||
@Override
|
||||
public List<AppEvents> selectAppEventsList(AppEvents appEvents) {
|
||||
if (appEvents.getType() == 4 && appEvents.getUserId() != null) {
|
||||
if (appEvents != null && appEvents.getType() == 4 && appEvents.getUserId() != null) {
|
||||
appEvents.setType(2l);
|
||||
AppEventsUser appEventsUser = new AppEventsUser();
|
||||
appEventsUser.setUserId(appEvents.getUserId());
|
||||
|
|
|
|||
Loading…
Reference in New Issue