44323
2023-11-23 c35f907f1ab5c2cd45a55bf757bb2fc17a5bcf1e
cloud-server-course/src/main/resources/mapper/CoursePackageStudentMapper.xml
@@ -61,7 +61,7 @@
        <where>
            <if test="null != tStudentId">
                py.studentId = #{tStudentId}
                and py.studentId = #{tStudentId}
            </if>
            and pg.type!=3
        </where>