Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.21.12.1^2
zouap 3 years ago
parent
commit
fd928bf5a5
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      models/custom_migrations.go

+ 1
- 1
models/custom_migrations.go View File

@@ -59,7 +59,7 @@ func syncTopicStruct(x *xorm.Engine) error {

func deleteNotDisplayUser(x *xorm.Engine, static *xorm.Engine) error {

querySQL := "select id,name from user where type=1"
querySQL := "select id,name from public.user where type=1"

rows, err := x.Query(querySQL)
if err != nil {


Loading…
Cancel
Save