瀏覽代碼

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

release_toaliyun_real
hupeng 7 年之前
父節點
當前提交
c7ca47ff77
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      mallinkService/src/main/resources/mapper/WxUserVisitMapper.xml

+ 1
- 1
mallinkService/src/main/resources/mapper/WxUserVisitMapper.xml 查看文件

@@ -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…
取消
儲存