diff --git a/web/src/main/java/com/ibeetl/jlw/service/api/student/ApiStudentService.java b/web/src/main/java/com/ibeetl/jlw/service/api/student/ApiStudentService.java
index e5ddc0ce..811e2d54 100644
--- a/web/src/main/java/com/ibeetl/jlw/service/api/student/ApiStudentService.java
+++ b/web/src/main/java/com/ibeetl/jlw/service/api/student/ApiStudentService.java
@@ -36,7 +36,7 @@ import static com.ibeetl.admin.core.util.user.CacheUserUtil.getUser;
/**
*
- * 学生端-API接口
+ * 学生端-API接口
*
*
* @author mlx
@@ -47,20 +47,32 @@ import static com.ibeetl.admin.core.util.user.CacheUserUtil.getUser;
@Validated
public class ApiStudentService {
- @Autowired private ApiIndexBaseService apiIndexBaseService;
- @Autowired private TeacherOpenCourseNoticeService teacherOpenCourseNoticeService;
- @Autowired private StudentService studentService;
- @Autowired private StudentDao studentDao;
- @Autowired private ResourcesApplicationService resourcesApplicationService;
- @Autowired private TeacherOpenCourseMergeStudentDao teacherOpenCourseMergeStudentDao;
- @Autowired private UniversitiesCollegesService universitiesCollegesService;
- @Autowired private PasswordConfig.PasswordEncryptService passwordEncryptService;
- @Autowired private CoreUserService coreUserService;
+ @Autowired
+ private ApiIndexBaseService apiIndexBaseService;
+ @Autowired
+ private TeacherOpenCourseNoticeService teacherOpenCourseNoticeService;
+ @Autowired
+ private StudentService studentService;
+ @Autowired
+ private StudentDao studentDao;
+ @Autowired
+ private StudentAccountAssetAllocationService studentAccountAssetAllocationService;
+ @Autowired
+ private ResourcesApplicationService resourcesApplicationService;
+ @Autowired
+ private TeacherOpenCourseMergeStudentDao teacherOpenCourseMergeStudentDao;
+ @Autowired
+ private UniversitiesCollegesService universitiesCollegesService;
+ @Autowired
+ private PasswordConfig.PasswordEncryptService passwordEncryptService;
+ @Autowired
+ private CoreUserService coreUserService;
@Autowired
private SysLogService sysLogService;
/**
- * 教师端-首页数据
+ * 学生端-首页数据
+ *
* @return
*/
public StudentIndexData index() {
@@ -97,36 +109,52 @@ public class ApiStudentService {
//饼状图数据
//todo 查询数据库
- //
+ List studentAccountAssetAllocations = studentAccountAssetAllocationService.getInfoByStudentId(studentId);
List