Ver código fonte

会员升级

Kirin 1 ano atrás
pai
commit
276868899a
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      app/controller/api/v1/PublicController.php

+ 1 - 1
app/controller/api/v1/PublicController.php

@@ -61,7 +61,7 @@ class PublicController extends BaseController
 
 
     public function test()
     public function test()
     {
     {
-        $list = UserIntegral::where('add_time', 'between', [1705766400, 1705852800])->where('extract_sun_real', null)->where('type', 0)
+        $list = UserIntegral::where('add_time', 'between', [1705766400, 1705852800])->where('extract_sum_real', null)->where('type', 0)
             ->group('link_id')->field('link_id,count(id)')->select();
             ->group('link_id')->field('link_id,count(id)')->select();
         var_dump($list);
         var_dump($list);