Browse Source

chore: auto bump version and changelog [skip ci]

iwt 1 month ago
parent
commit
5a0221e6fc

+ 1 - 1
cfc-backend/src/main/java/com/etotem/cfc/service/DailyCheckinService.java

@@ -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());