1.pms重新计算四个算法接口调整
This commit is contained in:
@@ -31,7 +31,9 @@ import org.springframework.validation.annotation.Validated;
|
|||||||
import org.springframework.web.bind.annotation.*;
|
import org.springframework.web.bind.annotation.*;
|
||||||
|
|
||||||
import java.time.LocalDate;
|
import java.time.LocalDate;
|
||||||
|
import java.util.HashSet;
|
||||||
import java.util.List;
|
import java.util.List;
|
||||||
|
import java.util.Set;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* pqs
|
* pqs
|
||||||
@@ -149,6 +151,15 @@ public class IRDimBusGlobalDController extends BaseController {
|
|||||||
baseParam.setRepair(false);
|
baseParam.setRepair(false);
|
||||||
baseParam.setDataDate(statisticDate);
|
baseParam.setDataDate(statisticDate);
|
||||||
liteFlowFeignClient.uploadOrgExecutor(baseParam);
|
liteFlowFeignClient.uploadOrgExecutor(baseParam);
|
||||||
|
|
||||||
|
BaseParam baseParamSub = new BaseParam();
|
||||||
|
baseParam.setFullChain(false);
|
||||||
|
baseParam.setRepair(false);
|
||||||
|
baseParam.setDataDate(statisticDate);
|
||||||
|
Set<String> set = new HashSet<>();
|
||||||
|
set.add("rUploadSubStatisticalData");
|
||||||
|
baseParam.setTagNames(set);
|
||||||
|
liteFlowFeignClient.substationExecutor(baseParam);
|
||||||
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe);
|
return HttpResultUtil.assembleCommonResponseResult(CommonResponseEnum.SUCCESS, null, methodDescribe);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user