|
|
@@ -21,13 +21,13 @@ |
|
|
<result column="press_current_value" jdbcType="INTEGER" property="pressCurrentValue"/> |
|
|
<result column="press_current_value" jdbcType="INTEGER" property="pressCurrentValue"/> |
|
|
<result column="order_group_id" jdbcType="BIGINT" property="orderGroupId"/> |
|
|
<result column="order_group_id" jdbcType="BIGINT" property="orderGroupId"/> |
|
|
<result column="form_id" jdbcType="VARCHAR" property="formId"/> |
|
|
<result column="form_id" jdbcType="VARCHAR" property="formId"/> |
|
|
<result column="total_payment" jdbcType="INTEGER" property="totalPayment"/> |
|
|
|
|
|
|
|
|
<result column="real_payment" jdbcType="INTEGER" property="realPayment"/> |
|
|
|
|
|
|
|
|
</resultMap> |
|
|
</resultMap> |
|
|
|
|
|
|
|
|
<sql id="allColumns"> |
|
|
<sql id="allColumns"> |
|
|
`id`,`order_number`,`tenant_id`,`c_user_id`,`coupon_channel_id`,`product_id`,`type`,`payment_type`,`payment`,`payment_time`,`order_status`,`create_date`,`update_date`,`detail`, |
|
|
`id`,`order_number`,`tenant_id`,`c_user_id`,`coupon_channel_id`,`product_id`,`type`,`payment_type`,`payment`,`payment_time`,`order_status`,`create_date`,`update_date`,`detail`, |
|
|
`press_end_date`,`press_current_num`,`press_current_value`,`order_group_id`,`form_id`,`total_payment` |
|
|
|
|
|
|
|
|
`press_end_date`,`press_current_num`,`press_current_value`,`order_group_id`,`form_id`,`real_payment` |
|
|
</sql> |
|
|
</sql> |
|
|
|
|
|
|
|
|
<sql id="dynamicWhereConditions"> |
|
|
<sql id="dynamicWhereConditions"> |
|
|
|