Browse Source

真假数据源

master
jianjun 5 years ago
parent
commit
7bbeae4bdb
  1. 1
      epmet-module/data-report/data-report-server/src/main/java/com/epmet/datareport/service/evaluationindex/screen/impl/AgencyServiceImpl.java

1
epmet-module/data-report/data-report-server/src/main/java/com/epmet/datareport/service/evaluationindex/screen/impl/AgencyServiceImpl.java

@ -73,6 +73,7 @@ public class AgencyServiceImpl implements AgencyService {
* @author zxc
* @date 2020/10/21 2:49 下午
*/
@DataSource(value = DataSourceConstant.EVALUATION_INDEX, datasourceNameFromArg = true)
@Override
public TreeResultDTO treeByType(String customerId, String bizType) {
TreeResultDTO rootAgency = null;

Loading…
Cancel
Save