diff --git a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
index 21acce4..1b2c2d0 100644
--- a/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
+++ b/platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/PuerperaManageController.java
@@ -4,6 +4,8 @@ import com.lyms.platform.common.annotation.TokenRequired;
import com.lyms.platform.common.base.BaseController;
import com.lyms.platform.common.base.LoginContext;
import com.lyms.platform.common.constants.ErrorCodeConstants;
+import com.lyms.platform.common.enums.ServiceStatusEnums;
+import com.lyms.platform.common.enums.ServiceTypeEnums;
import com.lyms.platform.common.result.BaseListResponse;
import com.lyms.platform.common.result.BaseObjectResponse;
import com.lyms.platform.common.result.BaseResponse;
@@ -165,7 +167,13 @@ public class PuerperaManageController extends BaseController {
list.add(i);
}
+ //服务类型
+ List serviceType = ServiceTypeEnums.getServiceTypeList();
+ map.put("serviceType", serviceType);
+ //服务状态
+ List serviceStatus = ServiceStatusEnums.getServiceStatusList();
+ map.put("serviceStatus", serviceStatus);
map.put("score", list);
map.put("organizations", antenatalExaminationFacade.convert());
diff --git a/platform-sync-data/platform-sync-data.iml b/platform-sync-data/platform-sync-data.iml
deleted file mode 100644
index 1b43910..0000000
--- a/platform-sync-data/platform-sync-data.iml
+++ /dev/null
@@ -1,144 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file
diff --git a/regional-etl/regional-etl.iml b/regional-etl/regional-etl.iml
deleted file mode 100644
index 7294856..0000000
--- a/regional-etl/regional-etl.iml
+++ /dev/null
@@ -1,68 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
\ No newline at end of file