From aa478c1bb7316158c4b113ee21990b00418eb910 Mon Sep 17 00:00:00 2001 From: wanggeng <450292408@qq.com> Date: Mon, 11 Oct 2021 17:30:44 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=B3=BB=E7=BB=9F=E5=92=8C?= =?UTF-8?q?=E6=8E=A5=E5=8F=A3=E5=8F=91=E5=B8=83=E6=98=AF=E5=AE=A1=E6=A0=B8?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E4=B8=BA=E7=A9=BA=E7=9A=84=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../wgink/gatewaymanage/service/api/impl/ApiServiceImpl.java | 1 + .../gatewaymanage/service/system/impl/SystemServiceImpl.java | 1 + src/main/resources/static/route/api/update-examine.html | 4 ++-- src/main/resources/static/route/claim/update-examine.html | 4 ++-- src/main/resources/static/route/system/update-examine.html | 4 ++-- 5 files changed, 8 insertions(+), 6 deletions(-) diff --git a/src/main/java/ink/wgink/gatewaymanage/service/api/impl/ApiServiceImpl.java b/src/main/java/ink/wgink/gatewaymanage/service/api/impl/ApiServiceImpl.java index 507de87..d06dbd6 100644 --- a/src/main/java/ink/wgink/gatewaymanage/service/api/impl/ApiServiceImpl.java +++ b/src/main/java/ink/wgink/gatewaymanage/service/api/impl/ApiServiceImpl.java @@ -71,6 +71,7 @@ public class ApiServiceImpl extends DefaultBaseService implements IApiService { String apiId = UUIDUtil.getUUID(); Map params = HashMapUtil.beanToMap(apiVO); params.put("apiId", apiId); + params.put("auditStatus", AuditStatusEnum.NONE.getValue()); if (StringUtils.isBlank(token)) { setSaveInfo(params); } else { diff --git a/src/main/java/ink/wgink/gatewaymanage/service/system/impl/SystemServiceImpl.java b/src/main/java/ink/wgink/gatewaymanage/service/system/impl/SystemServiceImpl.java index 0ab2506..f4c8ac6 100644 --- a/src/main/java/ink/wgink/gatewaymanage/service/system/impl/SystemServiceImpl.java +++ b/src/main/java/ink/wgink/gatewaymanage/service/system/impl/SystemServiceImpl.java @@ -60,6 +60,7 @@ public class SystemServiceImpl extends DefaultBaseService implements ISystemServ String systemId = UUIDUtil.getUUID(); Map params = HashMapUtil.beanToMap(systemVO); params.put("systemId", systemId); + params.put("auditStatus", AuditStatusEnum.NONE.getValue()); if (StringUtils.isBlank(token)) { setSaveInfo(params); } else { diff --git a/src/main/resources/static/route/api/update-examine.html b/src/main/resources/static/route/api/update-examine.html index 42b285f..f9cb0bc 100644 --- a/src/main/resources/static/route/api/update-examine.html +++ b/src/main/resources/static/route/api/update-examine.html @@ -30,8 +30,8 @@
- - + +
diff --git a/src/main/resources/static/route/claim/update-examine.html b/src/main/resources/static/route/claim/update-examine.html index 345ccb4..26b4d96 100644 --- a/src/main/resources/static/route/claim/update-examine.html +++ b/src/main/resources/static/route/claim/update-examine.html @@ -30,8 +30,8 @@
- - + +
diff --git a/src/main/resources/static/route/system/update-examine.html b/src/main/resources/static/route/system/update-examine.html index 2cb548d..5f828fc 100644 --- a/src/main/resources/static/route/system/update-examine.html +++ b/src/main/resources/static/route/system/update-examine.html @@ -30,8 +30,8 @@
- - + +