功能房-新增手机号码字段

This commit is contained in:
962704835@qq.com
2025-11-21 19:25:15 +08:00
parent ca00afabbc
commit 01cc7e8017

View File

@@ -37,7 +37,7 @@ public interface RtEnlistmentReserveMapper extends BaseMapper<RtEnlistmentReserv
* @param studentName 学生姓名
* @return 应征入伍保留学籍申请
*/
public RtEnlistmentReserve getEnlistmentReserveByStuNameAndStuNo(@Param("studentName") String studentName, @Param("studentName") String studentNo);
public RtEnlistmentReserve getEnlistmentReserveByStuNameAndStuNo(@Param("studentName") String studentName, @Param("studentNo") String studentNo);
// <!-- 根据学号查询辅导员信息 -->
public TeacherVo getCounselorInfo(String stuNo);