java
2023-06-29 c0c748400207db88cabab4f436a122b92269e559
cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml
@@ -45,10 +45,10 @@
        FROM t_course_package_payment5
        WHERE 1=1
        <if test=" stuId != null">
            and appUserId = #{stuId}
            and appUserId  = #{stuId}
        </if>
        <if test="appUserId != null">
            and studentId = #{appUserId}
            and appUserId = #{appUserId}
        </if>
    </select>