@@ -106,6 +106,6 @@ class SharedProsperityRecommendConfigRepository extends BaseRepository
*/
public function getSharedProsperityRecommendConfigEntityByMaxRewardRatio(): SharedProsperityRecommendConfigEntity
{
- return $this->getSharedProsperityRecommendConfigEntityByMaxRewardRatio();
+ return $this->dao->getSharedProsperityRecommendConfigEntityByMaxRewardRatio();
}