cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml
@@ -45,7 +45,7 @@ FROM t_course_package_payment5 WHERE 1=1 <if test=" stuId != null"> and appUserId = #{stuId} and studentId = #{stuId} </if> <if test="appUserId != null"> and appUserId = #{appUserId} @@ -53,6 +53,9 @@ <if test="startTime != null and endTime != null"> and (insertTime between #{startTime} and #{endTime}) </if> <if test="coursePackId != null "> and coursePackageId = #{coursePackId} </if> </select> </mapper>