|
|
|
@@ -193,7 +193,6 @@ |
|
|
|
SELECT xTime, tenant_id, pv, uv, couponCount, userCount, verifyCount, verifyUserCount |
|
|
|
FROM view_touch_user |
|
|
|
WHERE view_touch_user.tenant_id=#{tenantId} |
|
|
|
<if test=" null != subTenantId "> and view_touch_user.`sub_tenant_id` = #{subTenantId} </if> |
|
|
|
<if test="startTime != null"> |
|
|
|
and view_touch_user.xTime >= DATE_FORMAT(#{startTime},'%Y-%m-%d') |
|
|
|
</if> |
|
|
|
|