浏览代码

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) {