Explorar o código

Merge branch 'ICP' into debug

zwxi hai 1 ano
pai
achega
6e67ae94ad
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      controllers/user_login.go

+ 1 - 1
controllers/user_login.go

@@ -1022,7 +1022,7 @@ func (this *UserLoginController) ICPLicense() {
 
 
 	item, e := models.GetBusinessConfByKey("ICPLicense")
-	if e != nil {
+	if e != nil && e.Error() != utils.ErrNoRow() {
 		br.Msg = "获取失败"
 		br.ErrMsg = "获取商家配置失败, Err: " + e.Error()
 		return