修复了一些可能影响生产的问题
This commit is contained in:
@@ -5,7 +5,6 @@ import json
|
||||
import time
|
||||
import random
|
||||
import string
|
||||
import uuid
|
||||
import traceback
|
||||
import threading
|
||||
import requests
|
||||
@@ -14,15 +13,12 @@ import xml.etree.ElementTree as ET
|
||||
import xmltodict
|
||||
import logging
|
||||
from decimal import Decimal
|
||||
from datetime import datetime
|
||||
|
||||
from django.conf import settings
|
||||
from django.db import models, transaction
|
||||
from django.db.models import F, Q, Count, OuterRef, Subquery, Prefetch
|
||||
from django.db.models import F, Q, OuterRef, Subquery
|
||||
from django.core.cache import cache
|
||||
from django.core.paginator import Paginator
|
||||
from django.core.exceptions import ObjectDoesNotExist
|
||||
from django.shortcuts import render
|
||||
from django.http import HttpResponse
|
||||
from django.utils import timezone
|
||||
|
||||
@@ -41,7 +37,6 @@ from tencentcloud.common.exception.tencent_cloud_sdk_exception import TencentClo
|
||||
from tencentcloud.sts.v20180813 import sts_client, models
|
||||
|
||||
from utils.weixin_broadcast import WeixinBroadcastSender
|
||||
from utils.goeasy_service import GoEasyService
|
||||
from utils.chat_utils import _send_group_message, _subscribe_users_to_group, establish_order_chat
|
||||
from utils.fadan_utils import check_fadan_qiangdan_eligible
|
||||
|
||||
@@ -60,7 +55,7 @@ from orders.notice_tasks import dingdan_guangbo
|
||||
|
||||
from .models import (
|
||||
Dingdan, DingdanShangjia, DingdanPingtai, Dashoutupian,
|
||||
Chufajilu, Chufatupian, Fadan, FadanFenhong, Liaotian
|
||||
Chufajilu, Chufatupian, Fadan, FadanFenhong
|
||||
)
|
||||
from orders.models import (
|
||||
Lilubiao, Pingfen, PreSettlement, Tuikuanjilu, CrossPlatformOrderData
|
||||
|
||||
Reference in New Issue
Block a user