From a648f3e08210a1ed04bf819cccedc56e5afc24c3 Mon Sep 17 00:00:00 2001
From: liuhaonan <31457034@qq.com>
Date: 星期一, 27 六月 2022 17:51:50 +0800
Subject: [PATCH] 支付配置
---
dao/src/main/resources/mapper/C3mOrderMapper.xml | 11 +++++++----
1 files changed, 7 insertions(+), 4 deletions(-)
diff --git a/dao/src/main/resources/mapper/C3mOrderMapper.xml b/dao/src/main/resources/mapper/C3mOrderMapper.xml
index 8f4aefb..672ff63 100644
--- a/dao/src/main/resources/mapper/C3mOrderMapper.xml
+++ b/dao/src/main/resources/mapper/C3mOrderMapper.xml
@@ -11,9 +11,9 @@
<result property="poleMac" column="pole_mac" jdbcType="VARCHAR"/>
<result property="outTradeNo" column="out_trade_no" jdbcType="VARCHAR"/>
<result property="orderType" column="order_type" jdbcType="VARCHAR"/>
- <result property="totalAmount" column="total_amount" jdbcType="DOUBLE"/>
- <result property="receiptAmount" column="receipt_amount" jdbcType="DOUBLE"/>
- <result property="refundAmount" column="refund_amount" jdbcType="DOUBLE"/>
+ <result property="totalAmount" column="total_amount" jdbcType="DECIMAL"/>
+ <result property="receiptAmount" column="receipt_amount" jdbcType="DECIMAL"/>
+ <result property="refundAmount" column="refund_amount" jdbcType="DECIMAL"/>
<result property="aliBuyerLogonId" column="ali_buyer_logon_id" jdbcType="VARCHAR"/>
<result property="subscribeChargingCapacity" column="subscribe_charging_capacity" jdbcType="INTEGER"/>
<result property="actualChargingCapacity" column="actual_charging_capacity" jdbcType="DOUBLE"/>
@@ -26,6 +26,8 @@
<result property="orderStatus" column="order_status" jdbcType="INTEGER"/>
<result property="c3Name" column="c3_name" jdbcType="VARCHAR"/>
<result property="poleName" column="pole_name" jdbcType="VARCHAR"/>
+ <result property="changingStates" column="changing_states" jdbcType="INTEGER"/>
+ <result property="userCode" column="user_code" jdbcType="VARCHAR"/>
</resultMap>
<sql id="Base_Column_List">
@@ -35,6 +37,7 @@
ali_buyer_logon_id,subscribe_charging_capacity,actual_charging_capacity,
create_timestamp,pay_timestamp,refund_timestamp,
refund_msg,start_charging_timestamp,stop_charging_timestamp,
- order_status,c3_name,pole_name
+ order_status,c3_name,pole_name,
+ changing_states,user_code
</sql>
</mapper>
--
Gitblit v1.9.3