uv统计异常问题处理
This commit is contained in:
parent
2d1140df40
commit
79461c3768
@ -240,7 +240,7 @@ public class PlatformViewDataServiceImpl extends ServiceImpl<PlatformViewDataMap
|
||||
if (queryParam.getStoreId() != null) {
|
||||
queryWrapper.eq("store_id", queryParam.getStoreId());
|
||||
} else {
|
||||
queryWrapper.eq("store_id", -1);
|
||||
queryWrapper.eq("store_id", "-1");
|
||||
}
|
||||
return platformViewDataMapper.count(queryWrapper);
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user