From ab0f477db4643bd16e9d6590b53104f7457e6d8f Mon Sep 17 00:00:00 2001 From: ningbo <3301955438@qq.com> Date: Tue, 26 Aug 2025 11:16:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=8A=A5=E9=94=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../java/com/srs/system/mapper/StudentMentalRatingMapper.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srs-system/src/main/java/com/srs/system/mapper/StudentMentalRatingMapper.java b/srs-system/src/main/java/com/srs/system/mapper/StudentMentalRatingMapper.java index b98d7d7..bc7ebd0 100644 --- a/srs-system/src/main/java/com/srs/system/mapper/StudentMentalRatingMapper.java +++ b/srs-system/src/main/java/com/srs/system/mapper/StudentMentalRatingMapper.java @@ -46,7 +46,7 @@ public interface StudentMentalRatingMapper { /** 单学号全部记录 */ - List selectByStuNo(@Param("stuNo") String stuNo); + List selectByStuNo(@Param("stuNo") String stuNo); /** * 查询今天的心理评级记录 陈冠元