Browse Source

fix cashout

release_toaliyun_real
xiaohanzi 5 years ago
parent
commit
40c924202a
1 changed files with 3 additions and 3 deletions
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml View File

@@ -10,9 +10,9 @@
<result column="audio_remark" jdbcType="VARCHAR" property="audioRemark" />
<result column="create_date" jdbcType="TIMESTAMP" property="createDate" />
<result column="update_date" jdbcType="TIMESTAMP" property="updateDate" />
<result column="b_user_id" jdbcType="BIGINT" property="updateDate" />
<result column="wx_b_open_id" jdbcType="VARCHAR" property="updateDate" />
<result column="audio_date" jdbcType="TIMESTAMP" property="updateDate" />
<result column="b_user_id" jdbcType="BIGINT" property="bUserId" />
<result column="wx_b_open_id" jdbcType="VARCHAR" property="wxBOpenId" />
<result column="audio_date" jdbcType="TIMESTAMP" property="audioDate" />
<result column="merchant_id" jdbcType="VARCHAR" property="merchantId" />
<result column="merchant_name" jdbcType="VARCHAR" property="merchantName" />
<result column="recive_open_id" jdbcType="VARCHAR" property="reciveOpenId" />


Loading…
Cancel
Save