| | |
| | | * @param pageSize
|
| | | * @return
|
| | | */
|
| | | public List<ScanHistoryV2> getScanHistoryByDeviceOrUid(Long uid, String device, int page, int pageSize, Integer source);
|
| | | public List<ScanHistoryV2> getScanHistoryByDeviceOrUid(Long uid, String device, int page, int pageSize, |
| | | Integer source, boolean notBackSuVip);
|
| | |
|
| | | /**
|
| | | * 根据设备或者用户ID获取浏览记录数量
|
| | |
| | | * @param device
|
| | | * @return
|
| | | */
|
| | | public long getCountByDeviceOrUid(Long uid, String device, Integer source);
|
| | | public long getCountByDeviceOrUid(Long uid, String device, Integer source, boolean notBackSuVip);
|
| | |
|
| | | /**
|
| | | * 根据用户或者设备删除浏览记录
|