修复报错
This commit is contained in:
@@ -46,7 +46,7 @@ public interface StudentMentalRatingMapper {
|
||||
|
||||
|
||||
/** 单学号全部记录 */
|
||||
List<StudentMentalRating> selectByStuNo(@Param("stuNo") String stuNo);
|
||||
List<StudentMentalRatingVo> selectByStuNo(@Param("stuNo") String stuNo);
|
||||
|
||||
/**
|
||||
* 查询今天的心理评级记录 陈冠元
|
||||
|
Reference in New Issue
Block a user