...
|
...
|
@@ -228,7 +228,7 @@ public class CutDownPriceServiceImpl implements ICutDownPriceService { |
|
|
PageResponseBo.class, String.valueOf(request.getPage()), String.valueOf(request.getSize()));
|
|
|
if (cacheResult != null) {
|
|
|
// 处理砍价状态,赋值当前时间
|
|
|
buildCutStatusAndCurrentTime(cacheResult);
|
|
|
// buildCutStatusAndCurrentTime(cacheResult);
|
|
|
return cacheResult;
|
|
|
}
|
|
|
// 查询我的砍价列表
|
...
|
...
|
|