xhxu 5 лет назад
Родитель
Сommit
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>


<select id="findPressData" parameterType="com.iformall.domain.po.WxCoupon" resultMap="statisMap"> <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(op.press_count,0) as press_count,
ifnull(o.press_succ_count,0) as press_succ_count, ifnull(o.press_succ_count,0) as press_succ_count,
ifnull(op2.join_count,0) as join_count, ifnull(op2.join_count,0) as join_count,


Загрузка…
Отмена
Сохранить