From 7a252476eed07c94d5f6a549f3492279a7209987 Mon Sep 17 00:00:00 2001 From: Renpc-kilig <308442850@qq.com> Date: Thu, 13 May 2021 16:22:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BC=80=E7=8F=AD=E8=AE=A1=E5=88=92=E5=92=8C?= =?UTF-8?q?=E8=80=83=E8=AF=95=E7=94=B3=E8=AF=B7=E5=A2=9E=E5=8A=A0=E7=BB=9F?= =?UTF-8?q?=E8=AE=A1=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../examapply/impl/ExamApplyServiceImpl.java | 6 +- .../examcheck/impl/ExamCheckServiceImpl.java | 3 + .../static/route/examapply/exam-view.html | 573 ++++++++++++++++++ 3 files changed, 579 insertions(+), 3 deletions(-) create mode 100644 src/main/resources/static/route/examapply/exam-view.html diff --git a/src/main/java/cn/com/tenlion/service/examapply/impl/ExamApplyServiceImpl.java b/src/main/java/cn/com/tenlion/service/examapply/impl/ExamApplyServiceImpl.java index 277dcc6..450e08c 100644 --- a/src/main/java/cn/com/tenlion/service/examapply/impl/ExamApplyServiceImpl.java +++ b/src/main/java/cn/com/tenlion/service/examapply/impl/ExamApplyServiceImpl.java @@ -238,11 +238,11 @@ public class ExamApplyServiceImpl extends DefaultBaseService implements IExamApp @Override public Map statistics(Map params) { - params.put("checkStatus", 1); + params.put("checkStatus", 0); Integer noCheck = statisticsCount(params); - params.put("checkStatus", 2); + params.put("checkStatus", 1); Integer pass = statisticsCount(params); - params.put("checkStatus", 3); + params.put("checkStatus", 2); Integer fail = statisticsCount(params); params = new HashMap<>(1); params.put("noCheck", noCheck); diff --git a/src/main/java/cn/com/tenlion/service/examcheck/impl/ExamCheckServiceImpl.java b/src/main/java/cn/com/tenlion/service/examcheck/impl/ExamCheckServiceImpl.java index a0de183..5272f16 100644 --- a/src/main/java/cn/com/tenlion/service/examcheck/impl/ExamCheckServiceImpl.java +++ b/src/main/java/cn/com/tenlion/service/examcheck/impl/ExamCheckServiceImpl.java @@ -203,11 +203,14 @@ public class ExamCheckServiceImpl extends DefaultBaseService implements IExamChe @Override public Map statistics(Map params) { + params.put("checkStatus", 0); + Integer noCheck = statisticsCount(params); params.put("checkStatus", 2); Integer pass = statisticsCount(params); params.put("checkStatus", 3); Integer fail = statisticsCount(params); params = new HashMap<>(1); + params.put("noCheck", noCheck); params.put("pass", pass); params.put("fail", fail); return params; diff --git a/src/main/resources/static/route/examapply/exam-view.html b/src/main/resources/static/route/examapply/exam-view.html new file mode 100644 index 0000000..dbeddb2 --- /dev/null +++ b/src/main/resources/static/route/examapply/exam-view.html @@ -0,0 +1,573 @@ + + + + + + + + + + + + + + +
+
+ +
+
+ 培训机构提交信息 +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ 应急局填写信息 +
+
+ + +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+ +
+ +
+
+
+ +
+ +
+
+
+
+ +
+
+
+
+
+
+ + + + + + + \ No newline at end of file