Explorar el Código

支付订单接口

release_toaliyun_real
Stormeye.Wu hace 7 años
padre
commit
f00bb44dd6
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxPayOrderMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxPayOrderMapper.xml Ver fichero

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


Cargando…
Cancelar
Guardar