浏览代码

Merge branch 'ICP' into debug

zwxi 1 年之前
父节点
当前提交
6e67ae94ad
共有 1 个文件被更改,包括 1 次插入1 次删除
  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