DengBiao před 1 rokem
rodič
revize
a049c422c0
1 změnil soubory, kde provedl 3 přidání a 4 odebrání
  1. +3
    -4
      app/db/db_user_identity.go

+ 3
- 4
app/db/db_user_identity.go Zobrazit soubor

@@ -4,7 +4,6 @@ import (
"applet/app/db/model"
"applet/app/enum"
"applet/app/utils/logx"
"errors"
"reflect"
"xorm.io/xorm"
)
@@ -60,9 +59,9 @@ func (userIdentityDb *UserIdentityDb) UserIdentityExistV1(enterpriseId int, name
if err1 != nil {
return nil, err
}
if class == nil {
return nil, errors.New("当前学生身份待管理员确认")
}
//if class == nil {
// return nil, errors.New("当前学生身份待管理员确认")
//}
if class.ClassId == classId {
return m, nil
}


Načítá se…
Zrušit
Uložit