nickchange
2023-11-25 cf28c25d1a8e360ab328c5435d289c5cb9b414c1
cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml
@@ -75,7 +75,7 @@
        laveClassHours,
        absencesNumber,
        `status`
        from t_course_package_payment where payStatus = 2 and state = 1
        from t_course_package_order_student where state = 1
        <if test="null != coursePackageId">
            and coursePackageId = #{coursePackageId}
        </if>