Browse Source

[删除无用的code][修改]

release_toaliyun_real
Stormeye Wu 7 years ago
parent
commit
8bda18bf2f
1 changed files with 0 additions and 5 deletions
  1. +0
    -5
      mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml

+ 0
- 5
mallinkService/src/main/resources/mapper/WxCouponOrderMapper.xml View File

@@ -95,11 +95,6 @@
<include refid="dynamicWhereConditions" /> <include refid="dynamicWhereConditions" />
</select> </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 id="couponDataMap" resultType="com.iformall.domain.vo.MarkingCouponDataReportVo" parameterType="hashmap">
SELECT DATE_FORMAT(create_date,'%m/%d') as createTime, SELECT DATE_FORMAT(create_date,'%m/%d') as createTime,
COUNT(DISTINCT c_user_id) as couponUserCount, COUNT(DISTINCT c_user_id) as couponUserCount,


Loading…
Cancel
Save