Ver Fonte

feat:提交

fuwencai há 1 ano atrás
pai
commit
86978f35cd

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