修复了已知的生产环境问题
This commit is contained in:
@@ -149,7 +149,6 @@ class YonghuDianpuBangding(QModel):
|
||||
id = models.AutoField(primary_key=True, verbose_name='绑定自增ID')
|
||||
yonghu = models.ForeignKey(
|
||||
'gvsdsdk.User',
|
||||
to_field='UserUID',
|
||||
on_delete=models.CASCADE,
|
||||
db_column='UserUUID',
|
||||
db_index=True,
|
||||
|
||||
Reference in New Issue
Block a user