From 0be58dbf7774fef98ddac83c3f454b49c6d5a6c1 Mon Sep 17 00:00:00 2001 From: puzhibing <393733352@qq.com> Date: 星期五, 07 七月 2023 18:18:26 +0800 Subject: [PATCH] Merge remote-tracking branch 'origin/master' --- cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml | 32 -------------------------------- 1 files changed, 0 insertions(+), 32 deletions(-) diff --git a/cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml b/cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml index 41486fa..67802be 100644 --- a/cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml +++ b/cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml @@ -25,38 +25,6 @@ <result column="state" property="state" /> <result column="insertTime" property="insertTime" /> </resultMap> - <select id="queryAllCoursePackage" resultType="com.dsh.course.entity.TCoursePackagePayment"> - SELECT * - FROM t_course_package_payment - UNION ALL - SELECT * - FROM t_course_package_payment1 - UNION ALL - SELECT * - FROM t_course_package_payment2 - UNION ALL - SELECT * - FROM t_course_package_payment3 - UNION ALL - SELECT * - FROM t_course_package_payment4 - UNION ALL - SELECT * - FROM t_course_package_payment5 - WHERE 1=1 - <if test=" stuId != null"> - and studentId = #{stuId} - </if> - <if test="appUserId != null"> - and appUserId = #{appUserId} - </if> - <if test="startTime != null and endTime != null"> - and (insertTime between #{startTime} and #{endTime}) - </if> - <if test="coursePackId != null "> - and coursePackageId = #{coursePackId} - </if> - </select> <select id="queryCountNumber" resultType="int"> -- Gitblit v1.7.1