master
huanghai 5 years ago
parent 3e3a5c0886
commit 8885ad23cf

@ -94,9 +94,9 @@ func ExistClass(orgId string) (bool, error) {
return false, err return false, err
} }
if list[0]["c"].(int64) > 0 { if list[0]["c"].(int64) > 0 {
return false, nil
} else {
return true, nil return true, nil
} else {
return false, nil
} }
} }

Loading…
Cancel
Save