中车电站数据融合
This commit is contained in:
@ -293,4 +293,29 @@ public class JobHandler {
|
||||
log.info("jobCacheShipEnergyEle end !");
|
||||
return ReturnT.SUCCESS;
|
||||
}
|
||||
/**
|
||||
* 中车-站点收益、充放电数据 - 昨日
|
||||
* @param param
|
||||
* @return
|
||||
*/
|
||||
@XxlJob("jobBoulderEleIncome")
|
||||
public ReturnT<String> jobBoulderEleIncome(String param){
|
||||
log.info("jobCacheShipEnergyEle start !");
|
||||
businessFeignClient.jobBoulderEleIncome(param);
|
||||
log.info("jobCacheShipEnergyEle end !");
|
||||
return ReturnT.SUCCESS;
|
||||
}
|
||||
|
||||
/**
|
||||
* 中车-站点收益、充放电数据 - 今日
|
||||
* @param param
|
||||
* @return
|
||||
*/
|
||||
@XxlJob("jobBoulderEleIncomeToday")
|
||||
public ReturnT<String> jobBoulderEleIncomeToday(String param){
|
||||
log.info("jobCacheShipEnergyEle start !");
|
||||
businessFeignClient.jobBoulderEleIncome(DateUtil.formatDate(new Date()));
|
||||
log.info("jobCacheShipEnergyEle end !");
|
||||
return ReturnT.SUCCESS;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user