瀏覽代碼

fix cashout

release_toaliyun_real
xiaohanzi 5 年之前
父節點
當前提交
40c924202a
共有 1 個檔案被更改,包括 3 行新增 和 3 行删除
  1. +3
    -3
      mallinkService/src/main/resources/mapper/WxCashOutMapper.xml

+ 3
- 3
mallinkService/src/main/resources/mapper/WxCashOutMapper.xml 查看文件

@@ -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…
取消
儲存