新增考试申请审核时,新增字段。
This commit is contained in:
parent
15cb9fe8a4
commit
58c6b3635c
@ -504,6 +504,7 @@ public class ClassPlanServiceImpl extends DefaultBaseService implements IClassPl
|
||||
examApplyVO.setWorkTypeId(classPlanDTO.getWorkerCatalog());
|
||||
examApplyVO.setOrgId(classPlanDTO.getOrgId());
|
||||
examApplyVO.setPlanName(classPlanDTO.getPlanName());
|
||||
examApplyVO.setPoint("科员");
|
||||
examApplyService.save(examApplyVO);
|
||||
Map<String, Object> params = new HashMap<>(8);
|
||||
params.put("classPlanId",classPlanId);
|
||||
|
Loading…
Reference in New Issue
Block a user