cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml
@@ -50,6 +50,9 @@ <if test="appUserId != null"> and appUserId = #{appUserId} </if> <if test="startTime != null and endTime != null"> and (insertTime between #{startTime} and #{endTime}) </if> </select> </mapper>