We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 095b2ff commit 9e6414fCopy full SHA for 9e6414f
server/gva/init_data/init_data.go
@@ -411,7 +411,7 @@ func InitSysDataAuthorityId() (err error) {
411
{"9528", "8881"},
412
{"9528", "9528"},
413
}
414
- if tx.Table("sys_data_authority_ids").Create(&insert).Error != nil { // 遇到错误时回滚事务
+ if tx.Table("sys_data_authority_id").Create(&insert).Error != nil { // 遇到错误时回滚事务
415
tx.Rollback()
416
417
return tx.Commit().Error
0 commit comments