Browse Source

支付订单接口

release_toaliyun_real
Stormeye.Wu 7 years ago
parent
commit
f00bb44dd6
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxPayOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxPayOrderMapper.xml View File

@@ -8,7 +8,7 @@
<result column="update_time" jdbcType="TIMESTAMP" property="updateTime" />
<result column="order_id" jdbcType="BIGINT" property="orderId" />
<result column="c_user_id" jdbcType="BIGINT" property="cUserId" />
<result column="ip" jdbcType="String" property="ip" />
<result column="ip" jdbcType="VARCHAR" property="ip" />
<result column="pay_amount" jdbcType="INTEGER" property="payAmount" />
<result column="pay_time_start" jdbcType="INTEGER" property="payTimeStart" />
<result column="pay_time_end" jdbcType="INTEGER" property="payTimeEnd" />


Loading…
Cancel
Save