修复了影响生产环境的问题,在生产环境中成功运行

This commit is contained in:
2026-06-15 00:01:46 +08:00
parent a155dc9f33
commit 8b9dbcba6f
18 changed files with 207 additions and 53 deletions

View File

@@ -14,7 +14,7 @@ from .models import (
## users应用
from users.models import UserMain, UserShenheguan, UserDashou
## orders应用
from orders.models import YonghuChenghao
from .models import YonghuChenghao
# 日志对象
logger = logging.getLogger(__name__)