fix(asset_user): 修改创建AuthBook对象锁机制,使用select_for_update替换redis_lock2

pull/4318/head
Bai 2020-07-14 18:55:10 +08:00 committed by 老广
parent abcb589658
commit 9550ea62fb
1 changed files with 0 additions and 1 deletions

View File

@ -3,7 +3,6 @@
from django.db import models, transaction
from django.db.models import Max
from django.core.cache import cache
from django.utils.translation import ugettext_lazy as _
from orgs.mixins.models import OrgManager