| | |
| | | <result column="change_price_operator" property="changePriceOperator" /> |
| | | <result column="payment_time" property="paymentTime" /> |
| | | <result column="cancel_time" property="cancelTime" /> |
| | | <result column="give_user_id" property="giveUserId" /> |
| | | </resultMap> |
| | | |
| | | <!-- 通用查询结果列 --> |
| | |
| | | create_time, |
| | | update_by, |
| | | update_time, |
| | | giveUserId, |
| | | id, biz_order_no, app_user_id, business_id, order_from, payment_status, total_amount, real_pay_amount, commission_amount, change_price, change_price_time, change_price_operator, payment_time, cancel_time |
| | | </sql> |
| | | |