记得上下班打卡 | git大法好,push需谨慎

Commit 400e43fe authored by 胡佳晨's avatar 胡佳晨

修改 set方法 改为init

parent d7f0d4e8
...@@ -63,12 +63,10 @@ public class KylinTaskHandler { ...@@ -63,12 +63,10 @@ public class KylinTaskHandler {
} }
@XxlJob(value = "sev-platform:performanceLine") @XxlJob(value = "sev-platform:performanceLine")
public ReturnT<String> performanceLine() { public ReturnT<String> performanceLineHandler() {
try { try {
String minute = XxlJobHelper.getJobParam(); //执行参数
log.debug("minute = " + Integer.parseInt(minute));
boolean result = feignPlatformTaskClient.performanceLine().getData(); boolean result = feignPlatformTaskClient.performanceLine().getData();
log.info("checkTransferOrderHandler:结果:" + result); log.info("performanceLineHandler:结果:" + result);
return ReturnT.SUCCESS; return ReturnT.SUCCESS;
} catch (Exception e) { } catch (Exception e) {
log.info("exception = ", e); log.info("exception = ", e);
......
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