chenw 7 éve
szülő
commit
ed91d47919

+ 1 - 1
applications/school/school-server/src/main/resources/mapper/SysStudentMapper.xml

@@ -531,6 +531,6 @@
         </where>
         </where>
     </select>
     </select>
   <select id="selectParentById" resultMap="parentMap">
   <select id="selectParentById" resultMap="parentMap">
-    select * from sys_parent where parent_id = #{id}
+    select * from sys_parents where parent_id = #{id}
   </select>
   </select>
 </mapper>
 </mapper>