Browse Source

[收银台][修改]:收银台支持券

release_toaliyun_real
Stormeye Wu 6 years ago
parent
commit
ce8409c2fb
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxOrderMapper.xml View File

@@ -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">


Loading…
Cancel
Save