Merge branch 'baotou-signup' of e.coding.net:tsteam/btsaqscksfwpt/system-examination-signup into baotou-signup
This commit is contained in:
commit
706c4fa470
@ -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());
|
||||
}
|
||||
|
@ -61,8 +61,8 @@ public class ApplyStudentsServiceImpl extends DefaultBaseService implements IApp
|
||||
List<ApplyDTO> applyDTOList = applyService.listByInstitutionIdAndWorkTypeId(institutionId,workTypeId);
|
||||
for (ApplyDTO applyDTO : applyDTOList) {
|
||||
ApplyStudentsVO vo = new ApplyStudentsVO();
|
||||
vo.setApplyClassId(classId);
|
||||
BeanUtils.copyProperties(vo,applyDTO);
|
||||
vo.setApplyClassId(classId);
|
||||
this.save(vo);
|
||||
deleteIdList.add(applyDTO.getApplyId());
|
||||
}
|
||||
|
@ -112,8 +112,8 @@
|
||||
#{examType},
|
||||
#{reason},
|
||||
#{nextCommitTime},
|
||||
#{workTypeID},
|
||||
#{orgID},
|
||||
#{workTypeId},
|
||||
#{orgId},
|
||||
#{gmtCreate},
|
||||
#{creator},
|
||||
#{gmtModified},
|
||||
|
@ -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">
|
||||
|
@ -37,10 +37,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">
|
||||
|
@ -426,7 +426,8 @@
|
||||
} else {
|
||||
var ids = '';
|
||||
for(var i = 0, item; item = checkDatas[i++];) {
|
||||
if(item.checkStatus === 0) {
|
||||
debugger
|
||||
if(item.checkStatus == 0) {
|
||||
if(i > 1) {
|
||||
ids += '_';
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user