File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app-maple-stamp-api/src/main/java/com/mapletrend/appmaplestampapi/controller Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -104,12 +104,12 @@ public ApiResponse<Object> createStamp(
104
104
.build ();
105
105
}
106
106
107
- BasicResponse basicResponse = basicService .getBasic (ocid , formattedYesterday );
107
+ BasicResponse basicResponse = basicService .getBasic (ocid , apiUpdateToday );
108
108
log .info ("basicResponse: {}" , basicResponse );
109
109
long characterLevel = basicResponse .getCharacterLevel ();
110
110
log .info ("characterLevel: {}" , characterLevel );
111
111
112
- StatResponse statResponse = statService .getStat (ocid , formattedYesterday );
112
+ StatResponse statResponse = statService .getStat (ocid , apiUpdateToday );
113
113
log .info ("statResponse: {}" , statResponse );
114
114
List <FinalStatResponse > finalStatResponse = statResponse .getFinalStat ();
115
115
if (finalStatResponse != null && !finalStatResponse .isEmpty ()) {
You can’t perform that action at this time.
0 commit comments