Commit 472ce4e6 authored by 刘长帅's avatar 刘长帅

获取高端订制配置文件

parent f884f3f0
......@@ -62,7 +62,7 @@ public class HighStockPriceTask implements ApplicationRunner {
public void run(ApplicationArguments args) throws Exception {
log.info("高端定制计算股票统计日志开始");
//log.info("私人定制计算股票统计日志开始配置更新开关状态:" + commonConfig.getStockPriceTask());
if (commonConfig.getStockPriceTask() != null && commonConfig.getHighStockPriceTask().equals("run")) {
if (commonConfig.getHighStockPriceTask() != null && commonConfig.getHighStockPriceTask().equals("run")) {
//if (true) {
//分页查询异动配置列表
......
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