Browse Source

指标计算入口,入参CalculateCommonFormDTO统一添加customerAreaCode、subCustomerIds: processPenddingCalculate

dev_shibei_match
yinzuomei 5 years ago
parent
commit
4ff8195339
  1. 3
      epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/controller/IndexCalculateController.java

3
epmet-module/data-statistical/data-statistical-server/src/main/java/com/epmet/controller/IndexCalculateController.java

@ -84,6 +84,9 @@ public class IndexCalculateController {
CalculateCommonFormDTO form = new CalculateCommonFormDTO();
form.setCustomerId(flag.getForm().getCustomerId());
form.setMonthId(flag.getForm().getMonthId());
//01.14 add
form.setCustomerAreaCode(flag.getForm().getCustomerAreaCode());
form.setSubCustomerIds(flag.getForm().getSubCustomerIds());
indexCalculate(form);
}
});

Loading…
Cancel
Save