|
|
@ -78,7 +78,11 @@ public class IndexServiceImpl implements IndexService { |
|
|
|
@DataSource(value = DataSourceConstant.STATS,datasourceNameFromArg = true) |
|
|
|
@Override |
|
|
|
public MonthBarchartResultDTO monthBarchart(MonthBarchartFormDTO monthBarchartFormDTO, ExternalAppRequestParam externalAppRequestParam) { |
|
|
|
String customerId = externalAppRequestParam.getCustomerId(); |
|
|
|
|
|
|
|
// String customerId = externalAppRequestParam.getCustomerId();
|
|
|
|
|
|
|
|
// 验签关闭,customerId无法获取,暂时写死
|
|
|
|
String customerId = "b09527201c4409e19d1dbc5e3c3429a1"; |
|
|
|
MonthBarchartResultDTO result = new MonthBarchartResultDTO(); |
|
|
|
List<Double> serviceAbilityData = new ArrayList<>(); |
|
|
|
List<Double> partyDevAbilityData = new ArrayList<>(); |
|
|
|