Commit 37ee9be2 authored by 赵啸非's avatar 赵啸非

修改业务查询businessIdNotList

parent cfeb0772
...@@ -50,7 +50,7 @@ public class SyncHolidayTaskImpl implements ITaskExcuteService { ...@@ -50,7 +50,7 @@ public class SyncHolidayTaskImpl implements ITaskExcuteService {
@Autowired @Autowired
private HolidayService holidayService; private HolidayService holidayService;
@Value("${holidayUrl:https://timor.tech/api/holiday/year/2023}") @Value("${holidayUrl:https://timor.tech/api/holiday/year/2024}")
private String holidayUrl; private String holidayUrl;
......
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
</plugin> </plugin>
<plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor"> <plugin interceptor="com.mortals.framework.thirty.mybatis.LogInterceptor">
<property name="enableExecutorTime" value="true" /> <property name="enableExecutorTime" value="true" />
<property name="showSql" value="true" /> <property name="showSql" value="false" />
</plugin> </plugin>
</plugins> </plugins>
</configuration> </configuration>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment