浏览代码

[卡券][修复]:解决增加自动退款属性时出现的订单访问问题

release_toaliyun_real
hupeng 7 年前
父节点
当前提交
150875934d
共有 1 个文件被更改,包括 0 次插入 和 1 次删除
  1. +0
    -1
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 0
- 1
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml 查看文件

@@ -285,7 +285,6 @@
<result column="sale_price" jdbcType="INTEGER" property="salePrice" />
<result column="use_price" jdbcType="INTEGER" property="usePrice" />
<result column="price" jdbcType="INTEGER" property="price" />
<result column="unit" jdbcType="INTEGER" property="unit" />
<result column="auto_refund" jdbcType="INTEGER" property="autoRefund" />

<result column="name" jdbcType="VARCHAR" property="bUserName" />


正在加载...
取消
保存