mirror of
https://github.com/MewoLab/AquaDX.git
synced 2026-02-13 04:17:27 +08:00
[ongeki] Use lastPlayDate for eventWatchedDate
This commit is contained in:
@@ -112,6 +112,10 @@ public class UpsertUserAllHandler implements BaseHandler {
|
|||||||
newUserData.setId(userData.getId());
|
newUserData.setId(userData.getId());
|
||||||
newUserData.setCard(userData.getCard());
|
newUserData.setCard(userData.getCard());
|
||||||
|
|
||||||
|
// Set eventWatchedDate with lastPlayDate, because client doesn't update it
|
||||||
|
newUserData.setEventWatchedDate(userData.getLastPlayDate());
|
||||||
|
newUserData.setCmEventWatchedDate(userData.getLastPlayDate());
|
||||||
|
|
||||||
userDataRepository.save(newUserData);
|
userDataRepository.save(newUserData);
|
||||||
|
|
||||||
|
|
||||||
@@ -139,7 +143,7 @@ public class UpsertUserAllHandler implements BaseHandler {
|
|||||||
userPlaylogRepository.saveAll(newUserPlaylogList);
|
userPlaylogRepository.saveAll(newUserPlaylogList);
|
||||||
|
|
||||||
|
|
||||||
// UserSessionlogList, UserJewelboostlogLost doesn't need to save for a private server
|
// UserSessionlogList, UserJewelboostlogLost doesn't need to be saved for a private server
|
||||||
|
|
||||||
|
|
||||||
// UserActivityList
|
// UserActivityList
|
||||||
|
|||||||
Reference in New Issue
Block a user