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>