Browse Source

[A端][修复]:PV,UV接口问题

release_toaliyun_real
hupeng 7 years ago
parent
commit
c7ca47ff77
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxUserVisitMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxUserVisitMapper.xml View File

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

<select id="touchUsersReportList" resultType="com.iformall.domain.vo.TouchUsersReportVo" parameterType="hashmap">
SELECT DATE_FORMAT(day_date,'%m/%d') as xTime,visit_pv as pv,visit_uv as uv
SELECT DATE_FORMAT(day_date,'%Y-%m-%d') as xTime,visit_pv as pv,visit_uv as uv
from wx_user_visit where tenant_id=#{tenantId} AND day_date &gt;= #{startTime} and day_date &lt;= #{endTime} order by day_date ASC
</select>


Loading…
Cancel
Save