|
@@ -1,7 +1,6 @@
|
|
|
package com.diagbot.aggregate;
|
|
|
|
|
|
import com.diagbot.dto.HomePageImproveDTO;
|
|
|
-import com.diagbot.dto.HomePageByDeptDTO;
|
|
|
import com.diagbot.dto.HomePageNumDTO;
|
|
|
import com.diagbot.dto.NumDTO;
|
|
|
import com.diagbot.facade.BehospitalInfoFacade;
|
|
@@ -28,8 +27,8 @@ public class HomePageStatisticsAggregate {
|
|
|
@DataProvider("setAllHomePage")
|
|
|
public Map<String, Object> setAllHomePage(
|
|
|
@InvokeParameter("filterVO") FilterVO filterVO,
|
|
|
- @DataConsumer("getQcNumDTO") HomePageByDeptDTO qcNumDTO,
|
|
|
- @DataConsumer("getEmptyNumDTO") HomePageByDeptDTO emptyNumDTO,
|
|
|
+ @DataConsumer("getQcNumDTO") HomePageNumDTO qcNumDTO,
|
|
|
+ @DataConsumer("getEmptyNumDTO") HomePageNumDTO emptyNumDTO,
|
|
|
@DataConsumer("getImproveDTO") HomePageImproveDTO improveDTO) {
|
|
|
Map<String, Object> retMap = new LinkedHashMap<>();
|
|
|
retMap.put("合格率", null);
|