feat:check task
This commit is contained in:
parent
73a52d5f02
commit
aaacf65e45
|
|
@ -114,7 +114,7 @@ public class ApplyController {
|
|||
@RequestParam(defaultValue = "1",required = false) Integer round) {
|
||||
GlccRegistrationInformation registrationInformation = applyService.getById(id);
|
||||
RegistrationInformationListVo vo = BeanCopyUtils.beanPropertiesCopy(registrationInformation, RegistrationInformationListVo.class);
|
||||
vo.setRegistrationTaskList(applyTaskService.getRegistrationTaskList(registrationInformation.getId(), round));
|
||||
vo.setRegistrationTaskList(applyTaskService.getRegistrationTaskListForStu(registrationInformation.getId(), round));
|
||||
return DataPacketUtil.ok(vo, "success");
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue