|
@@ -26,7 +26,7 @@
|
|
|
</if>
|
|
|
</select>
|
|
|
|
|
|
- <select id="selectAgreeRecordById" resultType="cn.iocoder.yudao.module.system.controller.admin.studentSelectSupervisorRecord.vo.PrintBookVO">
|
|
|
+ <select id="getSelectionBookById" resultType="cn.iocoder.yudao.module.system.controller.admin.studentSelectSupervisorRecord.vo.PrintBookVO">
|
|
|
SELECT
|
|
|
r.*,
|
|
|
su_student.nickname AS studentName,
|
|
@@ -54,7 +54,7 @@
|
|
|
|
|
|
</select>
|
|
|
|
|
|
- <select id="selectAgreeRecordListByProjectId" resultType="cn.iocoder.yudao.module.system.controller.admin.studentSelectSupervisorRecord.vo.PrintBookVO">
|
|
|
+ <select id="getSelectionBookListByProjectId" resultType="cn.iocoder.yudao.module.system.controller.admin.studentSelectSupervisorRecord.vo.PrintBookVO">
|
|
|
SELECT
|
|
|
r.*,
|
|
|
su_student.nickname AS studentName,
|