Browse Source

Merge branch 'ICP' into debug

zwxi 1 year ago
parent
commit
6e67ae94ad
1 changed files with 1 additions and 1 deletions
  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