uv统计异常问题处理

This commit is contained in:
Chopper 2021-06-01 09:16:15 +08:00
parent 2d1140df40
commit 79461c3768

View File

@ -240,7 +240,7 @@ public class PlatformViewDataServiceImpl extends ServiceImpl<PlatformViewDataMap
if (queryParam.getStoreId() != null) { if (queryParam.getStoreId() != null) {
queryWrapper.eq("store_id", queryParam.getStoreId()); queryWrapper.eq("store_id", queryParam.getStoreId());
} else { } else {
queryWrapper.eq("store_id", -1); queryWrapper.eq("store_id", "-1");
} }
return platformViewDataMapper.count(queryWrapper); return platformViewDataMapper.count(queryWrapper);
} }