|
|
|
@@ -95,11 +95,6 @@ |
|
|
|
<include refid="dynamicWhereConditions" /> |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="countList" parameterType="com.iformall.domain.po.WxCouponOrder" resultType="java.lang.Integer"> |
|
|
|
select count(*) from wx_coupon_order |
|
|
|
<include refid="dynamicWhereConditions" /> |
|
|
|
</select> |
|
|
|
|
|
|
|
<select id="couponDataMap" resultType="com.iformall.domain.vo.MarkingCouponDataReportVo" parameterType="hashmap"> |
|
|
|
SELECT DATE_FORMAT(create_date,'%m/%d') as createTime, |
|
|
|
COUNT(DISTINCT c_user_id) as couponUserCount, |
|
|
|
|