cloud-server-course/src/main/resources/mapper/CoursePackageStudentMapper.xml
@@ -52,11 +52,11 @@ t_course_package_payment py LEFT JOIN t_course_package pg ON py.coursePackageId = pg.id <where> <if test="null != tStudentId"> py.studentId = #{tStudentId} </if> and pg.type!=3 </where> </select> <select id="getMaxDate" resultType="java.util.Date">