|
|
|
@ -36,6 +36,7 @@ public class PushConcernFanTypeController {
@@ -36,6 +36,7 @@ public class PushConcernFanTypeController {
|
|
|
|
|
|
|
|
|
|
private LambdaQueryWrapper<PushConcernFanType> getQueryWrapper(PushConcernFanType pushConcernFanType) { |
|
|
|
|
return new LambdaQueryWrapper<PushConcernFanType>() |
|
|
|
|
.eq(StrUtil.isNotBlank(pushConcernFanType.getConcernFanId()), PushConcernFanType::getConcernFanId, pushConcernFanType.getConcernFanId()) |
|
|
|
|
.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()) |
|
|
|
|