|
@@ -143,7 +143,7 @@ public class KuaiShouVideoGetServiceImpl extends ServiceImpl<KuaiShouVideoGetMap
|
|
}
|
|
}
|
|
if(null!=newVideoCnt && newVideoCnt>0){
|
|
if(null!=newVideoCnt && newVideoCnt>0){
|
|
queryWrapper.orderByDesc("stat_date");
|
|
queryWrapper.orderByDesc("stat_date");
|
|
- queryWrapper.last("limit ${newVideoCnt}");
|
|
|
|
|
|
+ queryWrapper.last("limit " + newVideoCnt);
|
|
}
|
|
}
|
|
return this.list(queryWrapper);
|
|
return this.list(queryWrapper);
|
|
}
|
|
}
|