|
|
@ -88,7 +88,7 @@ public class PushApplicationServiceImpl extends ServiceImpl<PushApplicationMappe |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 根据手机号筛选关联用户
|
|
|
|
// 根据手机号筛选关联用户
|
|
|
|
if (StrUtil.isNotBlank(pushChatMessage.getPhone())) { |
|
|
|
if (ArrayUtil.isNotEmpty(pushChatMessage.getPhone())) { |
|
|
|
List<ConcernFanEnhancedVO> pushConcernFanList = pushConcernFanMapper.selectConcernFanEnhancedList(MapUtil.<String, Object>builder() |
|
|
|
List<ConcernFanEnhancedVO> pushConcernFanList = pushConcernFanMapper.selectConcernFanEnhancedList(MapUtil.<String, Object>builder() |
|
|
|
.put("status",PushAuditStatusEnum.APPROVED.getValue()) |
|
|
|
.put("status",PushAuditStatusEnum.APPROVED.getValue()) |
|
|
|
.put("dynamicJoinType", "1") |
|
|
|
.put("dynamicJoinType", "1") |
|
|
|