|
@@ -166,7 +166,7 @@ public class KuaiShouVideoGetServiceImpl extends ServiceImpl<KuaiShouVideoGetMap
|
|
|
}
|
|
|
|
|
|
if(null!=appVersion&&!appVersion.trim().equals("")){
|
|
|
- queryWrapper.likeLeft("photo_name",appVersion);
|
|
|
+ queryWrapper.likeRight("photo_name",appVersion);
|
|
|
}
|
|
|
if(null!=videoCnt&&videoCnt!=0){
|
|
|
queryWrapper.last("limit "+videoCnt);
|