소스 검색

Merge branch 'r4.8.95_fu' of qmx/jy into release/v4.8.95

fuwencai 1 년 전
부모
커밋
6f9c5f669b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/jfw/modules/publicapply/src/customer/entity/entiy.go

+ 1 - 1
src/jfw/modules/publicapply/src/customer/entity/entiy.go

@@ -255,7 +255,7 @@ func (this *CustomerOperation) CheckPower() (countLimit int, limitStatus int, er
 	if count >= countLimit {
 		return countLimit, limitStatus, fmt.Errorf("对不起,您最多可关注%d个客户", countLimit)
 	}
-	return 0, 0, nil
+	return
 }
 
 //	func EntCheckPower(userId string, entId int) (msg string) {