src/main/java/com/xcong/excoin/quartz/job/XchBaseDataUpdateJob.java
@@ -42,7 +42,6 @@ log.info("基础数据更新任务"); // 请求价格等数据 "https://api2.chiaexplorer.com/blockchainSummary" String result = pyExec(); log.info("====>{}",result); JSONObject xchPrice24HObj = (JSONObject) JSONObject.parse(result); List<YdBasicSettingEntity> list = ydBasicSettingDao.selectList(null); if (CollUtil.isNotEmpty(list)) {