Просмотр исходного кода

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

release_toaliyun_real
Stormeye Wu 6 лет назад
Родитель
Сommit
ce8409c2fb
1 измененных файлов: 2 добавлений и 2 удалений
  1. +2
    -2
      mallinkService/src/main/resources/mapper/WxOrderMapper.xml

+ 2
- 2
mallinkService/src/main/resources/mapper/WxOrderMapper.xml Просмотреть файл

@@ -21,13 +21,13 @@
<result column="press_current_value" jdbcType="INTEGER" property="pressCurrentValue"/>
<result column="order_group_id" jdbcType="BIGINT" property="orderGroupId"/>
<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>

<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`,
`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 id="dynamicWhereConditions">


Загрузка…
Отмена
Сохранить