|
|
@@ -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, |
|
|
|