...
|
...
|
@@ -718,6 +718,8 @@ public class MineServiceImpl implements MineService { |
|
|
*/
|
|
|
private AjaxResult getMySchool(Long userId) {
|
|
|
CRelationshipStudentSgcBo cRelationshipStudentSgcBo = new CRelationshipStudentSgcBo();
|
|
|
System.out.println(userId);
|
|
|
|
|
|
cRelationshipStudentSgcBo.setUserId(userId);
|
|
|
List<MySchoolVo> school = cRegisterSchoolMapper.getSchool(cRelationshipStudentSgcBo);
|
|
|
return AjaxResult.success(school);
|
...
|
...
|
|