zwxi 1 年之前
父节点
当前提交
3affe854ac
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/user_login.go

+ 1 - 1
controllers/user_login.go

@@ -937,7 +937,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