ソースを参照

支付订单接口

release_toaliyun_real
Stormeye.Wu 7年前
コミット
f00bb44dd6
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxPayOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxPayOrderMapper.xml ファイルの表示

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


読み込み中…
キャンセル
保存