lizhen_gitee 1 gadu atpakaļ
vecāks
revīzija
024647dc69
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      application/api/controller/Index.php

+ 1 - 1
application/api/controller/Index.php

@@ -188,7 +188,7 @@ class Index extends Api
             $where_other['wallet.vip_endtime'] = ['gt',time()];
         }
 
-        //推荐条件
+        //选择了推荐,就强制推荐
         $where_tuijian = [
             'user.is_tuijian'    => 1,
         ];