| | |
| | | * @return |
| | | */ |
| | | List<ScanHistoryV2> selectByDeviceOrUid(@Param("uid") Long uid, @Param("device") String device, |
| | | @Param("start") long start, @Param("count") int count, @Param("source")Integer source); |
| | | @Param("start") long start, @Param("count") int count, @Param("source")Integer source, |
| | | @Param("notBackSuVip")boolean notBackSuVip); |
| | | |
| | | /** |
| | | * 根据UID或者设备号获取浏览记录条数 |
| | |
| | | * @param device |
| | | * @return |
| | | */ |
| | | Long selectCountByDeviceOrUid(@Param("uid") Long uid, @Param("device") String device, @Param("source")Integer source); |
| | | Long selectCountByDeviceOrUid(@Param("uid") Long uid, @Param("device") String device, |
| | | @Param("source")Integer source, @Param("notBackSuVip")boolean notBackSuVip); |
| | | |
| | | /** |
| | | * 根据设备或用户ID删除 |
| | |
| | | * @return |
| | | */ |
| | | List<ScanHistoryV2> selectByDeviceOrUidAndGoodsIdAndGoodsType(@Param("uid") Long uid, |
| | | @Param("device") String device, @Param("goodsId") long goodsId); |
| | | @Param("device") String device, @Param("goodsId") String goodsId); |
| | | |
| | | |
| | | /** |