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 @@
- +
- - + +