|
@@ -23,7 +23,7 @@ public class HolidayRunner implements ApplicationRunner {
|
|
|
public void run(ApplicationArguments args) throws Exception {
|
|
|
JSONArray objectArray = new JSONArray();
|
|
|
JSONObject object = new JSONObject();
|
|
|
- object.put("day_date.like", "2024%");
|
|
|
+ object.put("day_date.like", "2025%");
|
|
|
objectArray.add(object);
|
|
|
JSONObject jsonObject = new JSONObject();
|
|
|
jsonObject.put("page", 1);
|