做了疯狂的架构迁移,正在进行测试,不稳定

This commit is contained in:
2026-06-17 02:02:41 +08:00
parent f252fc2aff
commit 461643079b
107 changed files with 3369 additions and 4691 deletions

View File

@@ -148,8 +148,8 @@ class DianpuShouzhiMeiriTongji(QModel):
class YonghuDianpuBangding(QModel):
id = models.AutoField(primary_key=True, verbose_name='绑定自增ID')
yonghu = models.ForeignKey(
'users.UserMain', # 🔥 完整路径
to_field='yonghuid',
'gvsdsdk.User',
to_field='YonghuID',
on_delete=models.CASCADE,
db_index=True,
verbose_name='用户ID'