Browse Source

定制化推送 - 取消打印非订阅客户customized_push_id

linhaohong 1 năm trước cách đây
mục cha
commit
599926cde6
1 tập tin đã thay đổi với 0 bổ sung2 xóa
  1. 0 2
      Service/CustomizedPushService.py

+ 0 - 2
Service/CustomizedPushService.py

@@ -117,8 +117,6 @@ class CustomizedPushObject:
                             userID_id=user_id, title=title, msg=msg, jumpLink=link, addTime=n_time, updTime=n_time))
                     if not user_email_sub_qs.exists():
                         gateway_push_list.append(gateway_push)
-                    else:
-                        CUSTOMIZED_PUSH_LOGGER.info(f'customized_push_id:{customized_push_id}仅保存系统消息, 不推送数据')
                 # 保存系统消息和异步推送消息
                 SysMsgModel.objects.bulk_create(sys_msg_list)
                 pre_push_kwargs = {