瀏覽代碼

fix bug

release_toaliyun_real
winter 4 年之前
父節點
當前提交
775e9c02ea
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponMerchantMapper.xml

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

@@ -138,7 +138,7 @@
<resultMap id="MerchantProductVoResultMap" type="com.iformall.domain.vo.WxMerchantProductVo">
<result column="product_id" jdbcType="BIGINT" property="productId"/>
<result column="merchant_id" jdbcType="BIGINT" property="merchantId"/>
<result column="mc" jdbcType="Integer" property="mc"/>
<result column="mc" jdbcType="INTEGER" property="mc"/>
</resultMap>
<select id = "findMerchantProduct" parameterType="java.util.Map" resultMap="MerchantProductVoResultMap">


Loading…
取消
儲存