diff --git a/pqs-prepare/prepare-boot/src/main/java/com/njcn/prepare/executor/BusBarExecutor.java b/pqs-prepare/prepare-boot/src/main/java/com/njcn/prepare/executor/BusBarExecutor.java index f4eaef982..738568d1e 100644 --- a/pqs-prepare/prepare-boot/src/main/java/com/njcn/prepare/executor/BusBarExecutor.java +++ b/pqs-prepare/prepare-boot/src/main/java/com/njcn/prepare/executor/BusBarExecutor.java @@ -33,16 +33,16 @@ public class BusBarExecutor extends BaseExecutor{ public void rBusbarVoltageProcess(NodeComponent bindCmp) { String tag = bindCmp.getTag(); CalculatedParam calculatedParam = bindCmp.getRequestData(); - if (tag.equalsIgnoreCase("r_busbar_voltage_d")) { + if (tag.equalsIgnoreCase("r_dim_voltage_d")) { //日表 irDimVoltageDService.busbarVoltageD(calculatedParam); - } else if (tag.equalsIgnoreCase("r_busbar_voltage_m")) { + } else if (tag.equalsIgnoreCase("r_dim_voltage_m")) { //数据补招不执行非日表算法 if (!calculatedParam.isRepair()) { //月表 irDimVoltageMService.busbarVoltageM(calculatedParam); } - }else if (tag.equalsIgnoreCase("r_busbar_voltage_y")) { + }else if (tag.equalsIgnoreCase("r_dim_voltage_y")) { //数据补招不执行非日表算法 if (!calculatedParam.isRepair()) { //年表