소스 검색

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