新增报名配置
This commit is contained in:
parent
818bea57c9
commit
542c94f3a8
@ -143,16 +143,6 @@ public class ApplyServiceImpl extends DefaultBaseService implements IApplyServic
|
||||
}
|
||||
PageHelper.startPage(page.getPage(), page.getRows());
|
||||
List<ApplyDTO> 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<ApplyDTO> pageInfo = new PageInfo<>(applyDTOs);
|
||||
return new SuccessResultList<>(applyDTOs, pageInfo.getPageNum(), pageInfo.getTotal());
|
||||
}
|
||||
|
@ -43,10 +43,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label">报名计划</label>
|
||||
<label class="layui-form-label">报名工种</label>
|
||||
<div class="layui-input-block">
|
||||
<input type="hidden" id="applyClassId" name="applyClassId" class="layui-input" value="" maxlength="36">
|
||||
<input type="text" id="applyClassName" name="applyClassName" class="layui-input" value="" maxlength="36" placeholder="无" readonly="readonly">
|
||||
<input type="hidden" id="applyWorkTypeId" name="applyWorkTypeId" class="layui-input" value="" maxlength="36">
|
||||
<input type="text" id="applyWorkTypeName" name="applyWorkTypeName" class="layui-input" value="" maxlength="36" placeholder="无" readonly="readonly">
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item layui-col-space10">
|
||||
|
@ -43,10 +43,10 @@
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item">
|
||||
<label class="layui-form-label">报名计划</label>
|
||||
<label class="layui-form-label">报名工种</label>
|
||||
<div class="layui-input-block">
|
||||
<input type="hidden" id="applyClassId" name="applyClassId" class="layui-input" value="" maxlength="36">
|
||||
<input type="text" id="applyClassName" name="applyClassName" class="layui-input" value="" maxlength="36" placeholder="无" readonly="readonly">
|
||||
<input type="hidden" id="applyWorkTypeId" name="applyWorkTypeId" class="layui-input" value="" maxlength="36">
|
||||
<input type="text" id="applyWorkTypeName" name="applyWorkTypeName" class="layui-input" value="" maxlength="36" placeholder="无" readonly="readonly">
|
||||
</div>
|
||||
</div>
|
||||
<div class="layui-form-item layui-col-space10">
|
||||
|
Loading…
Reference in New Issue
Block a user