diff --git a/pqs-common/common-web/src/main/java/com/njcn/web/enums/GWSendEnum.java b/pqs-common/common-web/src/main/java/com/njcn/web/enums/GWSendEnum.java index 091938c8f..913fd3a17 100644 --- a/pqs-common/common-web/src/main/java/com/njcn/web/enums/GWSendEnum.java +++ b/pqs-common/common-web/src/main/java/com/njcn/web/enums/GWSendEnum.java @@ -52,7 +52,8 @@ public enum GWSendEnum { COMM_POINT("commPoint","/powerQuality/publicConnection/pqBusMonitorDataStatisticalCreate"), MAIN_MONITOR("mainMonitor","/powerQuality/runStatistics/monitorStatisticsCreate"), TEMP_USER_CREATE("tempUserCreate","/powerQuality/process/tempUserCreate"), - MONTH_REPORT_CREATE("monthReportCreate","/powerQuality/process/monthReportCreate") + MONTH_REPORT_CREATE("monthReportCreate","/powerQuality/process/monthReportCreate"), + PROCESS_APPROVAL_CREATE("processApprovalCreate","powerQuality/process/processApprovalCreate") ;