bug修改。
This commit is contained in:
parent
818bea57c9
commit
3896b2b5ab
@ -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},
|
||||
|
@ -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