|
@@ -68,6 +68,7 @@ public class StudentServiceImpl extends ServiceImpl<StudentDao, StudentEntity> i
|
|
|
info.setApplyNumber(entity.getApplyNumber());
|
|
|
info.setApplyTaskId(entity.getApplyTaskId());
|
|
|
info.setCategoryId(entity.getCategoryId());
|
|
|
+ info.setCategoryName("");//todo
|
|
|
info.setOpenId(entity.getOpenId());
|
|
|
info.setUid(entity.getUid());
|
|
|
return info;
|