|
|
|
@ -36,7 +36,8 @@ public class PushConcernFanTypeController {
@@ -36,7 +36,8 @@ public class PushConcernFanTypeController {
|
|
|
|
|
|
|
|
|
|
private LambdaQueryWrapper<PushConcernFanType> getQueryWrapper(PushConcernFanType pushConcernFanType) { |
|
|
|
|
return new LambdaQueryWrapper<PushConcernFanType>() |
|
|
|
|
.eq(PushConcernFanType::getFanUserId, pushConcernFanType.getFanUserId()) |
|
|
|
|
.eq(StrUtil.isNotBlank(pushConcernFanType.getConcernUserId()), PushConcernFanType::getConcernUserId, pushConcernFanType.getConcernUserId()) |
|
|
|
|
.eq(StrUtil.isNotBlank(pushConcernFanType.getFanUserId()), PushConcernFanType::getFanUserId, pushConcernFanType.getFanUserId()) |
|
|
|
|
.eq(StrUtil.isNotBlank(pushConcernFanType.getName()), PushConcernFanType::getName, pushConcernFanType.getName()); |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|