TASK:获取模板内容 不再限制是否like
This commit is contained in:
@@ -1938,7 +1938,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|||||||
// Long userLikeGroupId = userLikeGroup.getId();
|
// Long userLikeGroupId = userLikeGroup.getId();
|
||||||
|
|
||||||
QueryWrapper<ToProductImageResult> qw = new QueryWrapper<>();
|
QueryWrapper<ToProductImageResult> qw = new QueryWrapper<>();
|
||||||
qw.lambda().eq(ToProductImageResult::getIsLike, 1);
|
// qw.lambda().eq(ToProductImageResult::getIsLike, 1);
|
||||||
qw.lambda().eq(ToProductImageResult::getProjectId, projectId);
|
qw.lambda().eq(ToProductImageResult::getProjectId, projectId);
|
||||||
qw.lambda().eq(ToProductImageResult::getResultType, "ToProductImage");
|
qw.lambda().eq(ToProductImageResult::getResultType, "ToProductImage");
|
||||||
List<ToProductImageResult> toProductImageResults = toProductImageResultMapper.selectList(qw);
|
List<ToProductImageResult> toProductImageResults = toProductImageResultMapper.selectList(qw);
|
||||||
@@ -1965,7 +1965,7 @@ public class UserLikeGroupServiceImpl extends ServiceImpl<UserLikeGroupMapper, U
|
|||||||
// Long userLikeGroupId = userLikeGroup.getId();
|
// Long userLikeGroupId = userLikeGroup.getId();
|
||||||
|
|
||||||
QueryWrapper<ToProductImageResult> qw = new QueryWrapper<>();
|
QueryWrapper<ToProductImageResult> qw = new QueryWrapper<>();
|
||||||
qw.lambda().eq(ToProductImageResult::getIsLike, 1);
|
// qw.lambda().eq(ToProductImageResult::getIsLike, 1);
|
||||||
qw.lambda().eq(ToProductImageResult::getProjectId, projectId);
|
qw.lambda().eq(ToProductImageResult::getProjectId, projectId);
|
||||||
qw.lambda().eq(ToProductImageResult::getResultType, "Relight");
|
qw.lambda().eq(ToProductImageResult::getResultType, "Relight");
|
||||||
List<ToProductImageResult> toProductImageResults = toProductImageResultMapper.selectList(qw);
|
List<ToProductImageResult> toProductImageResults = toProductImageResultMapper.selectList(qw);
|
||||||
|
|||||||
Reference in New Issue
Block a user