| | |
| | | </select> |
| | | <select id="listAllRegister" resultType="com.dsh.course.model.RegisterOrderVO"> |
| | | select |
| | | t1.id,t1.studentId,t1.payUserType,t1.payStatus,t1.payType,t1.originalPrice,t1.userCouponId,t1.payUserId,t1.giftClassHours,t1.appUserId,t1.cashPayment |
| | | t1.id,t1.studentIds,t1.payUserType,t1.payStatus,t1.payType,t1.originalPrice,t1.userCouponId,t1.payUserId,t1.appUserId,t1.cashPayment |
| | | as money,t1.playPaiCoin, |
| | | t1.insertTime, |
| | | CONCAT(t2.province,t2.city) as provinceAndCity,t2.coursePackageTypeId,t2.storeId,t2.name as coursePackageName |
| | | from t_course_package_payment t1 |
| | | from t_course_package_order t1 |
| | | left join t_course_package t2 on t1.coursePackageId = t2.id |
| | | <where> |
| | | <if test="query.amount!=null and query.amount!= ''"> |