|
|
@@ -80,7 +80,7 @@ public class DailyCheckinService {
|
|
|
ec.setMoodScore(checkin.getMoodScore());
|
|
|
ec.setNote(checkin.getRemark());
|
|
|
ec.setMoodWeather(mapMoodToWeather(checkin.getMoodScore()));
|
|
|
- ec.setCheckinDate(todayDate);
|
|
|
+ ec.setCheckinDate(dateForSync);
|
|
|
|
|
|
if (existing != null) {
|
|
|
ec.setId(existing.getId());
|