From 542c94f3a8024df37e474901451ee11a4819acbd Mon Sep 17 00:00:00 2001 From: ly19960718 <1622779752@qq.com> Date: Sat, 15 May 2021 17:56:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9E=E6=8A=A5=E5=90=8D=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../tenlion/service/apply/impl/ApplyServiceImpl.java | 10 ---------- src/main/resources/static/route/apply/audit.html | 6 +++--- src/main/resources/static/route/apply/show.html | 6 +++--- 3 files changed, 6 insertions(+), 16 deletions(-) diff --git a/src/main/java/cn/com/tenlion/service/apply/impl/ApplyServiceImpl.java b/src/main/java/cn/com/tenlion/service/apply/impl/ApplyServiceImpl.java index cc25945..08fa4cd 100644 --- a/src/main/java/cn/com/tenlion/service/apply/impl/ApplyServiceImpl.java +++ b/src/main/java/cn/com/tenlion/service/apply/impl/ApplyServiceImpl.java @@ -143,16 +143,6 @@ public class ApplyServiceImpl extends DefaultBaseService implements IApplyServic } PageHelper.startPage(page.getPage(), page.getRows()); List applyDTOs = list(page.getParams()); - //查询准考证生成信息 -// for (ApplyDTO applyDTO : applyDTOs) { -// DistributionCardDTO distributionCardDTO = distributionCardService.get(applyDTO.getApplyId()); -// if(distributionCardDTO == null){ -// applyDTO.setDistributionCardState(0); -// }else{ -// applyDTO.setDistributionCardState(1); -// applyDTO.setDistributionCardCode(distributionCardDTO.getDistributionCardPictures()); -// } -// } PageInfo pageInfo = new PageInfo<>(applyDTOs); return new SuccessResultList<>(applyDTOs, pageInfo.getPageNum(), pageInfo.getTotal()); } diff --git a/src/main/resources/static/route/apply/audit.html b/src/main/resources/static/route/apply/audit.html index e2851fa..61e1773 100644 --- a/src/main/resources/static/route/apply/audit.html +++ b/src/main/resources/static/route/apply/audit.html @@ -43,10 +43,10 @@
- +
- - + +
diff --git a/src/main/resources/static/route/apply/show.html b/src/main/resources/static/route/apply/show.html index 0cfa160..7d603a4 100644 --- a/src/main/resources/static/route/apply/show.html +++ b/src/main/resources/static/route/apply/show.html @@ -43,10 +43,10 @@
- +
- - + +