浏览代码

bug

release_toaliyun_real
xhxu 6 年前
父节点
当前提交
e4db0ac985
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxCouponMapper.xml

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

@@ -760,7 +760,7 @@
</select>

<select id="findPressData" parameterType="com.iformall.domain.po.WxCoupon" resultMap="statisMap">
select c.id, c.`cover_img`,c.`title`,c.`sale_price`,c.`price`,
select c.id,c.tenant_id, c.`cover_img`,c.`title`,c.`sale_price`,c.`price`,
ifnull(op.press_count,0) as press_count,
ifnull(o.press_succ_count,0) as press_succ_count,
ifnull(op2.join_count,0) as join_count,


正在加载...
取消
保存