cloud-server-course/src/main/resources/mapper/TCoursePackagePaymentMapper.xml
@@ -205,6 +205,14 @@ <select id="listOne" resultType="com.dsh.course.entity.TCoursePackagePayment"> select * from t_course_package_payment where appUserId in <foreach collection="ids" separator="," open="(" item="id" close=")">#{id}</foreach> </select> <select id="queryStore" resultType="java.lang.Integer"> SELECT tc.storeId FROM t_payment_competition pc LEFT JOIN t_competition tc on pc.competitionId = tc.id WHERE pc.code=#{code} </select> <update id="updateBytime"> update t_course_package_payment