修复报错

This commit is contained in:
2025-08-26 11:16:33 +08:00
parent 626b045aa2
commit ab0f477db4

View File

@@ -46,7 +46,7 @@ public interface StudentMentalRatingMapper {
/** 单学号全部记录 */
List<StudentMentalRating> selectByStuNo(@Param("stuNo") String stuNo);
List<StudentMentalRatingVo> selectByStuNo(@Param("stuNo") String stuNo);
/**
* 查询今天的心理评级记录 陈冠元