cloud-server-course/src/main/resources/mapper/CoursePackageStudentMapper.xml
@@ -60,6 +60,7 @@ LEFT JOIN t_course_package pg ON py.coursePackageId = pg.id <where> py.status = 1 <if test="null != tStudentId"> and py.studentId = #{tStudentId} </if>