ソースを参照

创建订单-修复下单问题

sunxbiao 5 ヶ月 前
コミット
04686db39d
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1 1
      app/common/repositories/shared/SharedProsperityRecommendConfigRepository.php

+ 1 - 1
app/common/repositories/shared/SharedProsperityRecommendConfigRepository.php

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