WIN-2308041133\Administrator hace 2 semanas
padre
commit
7a198c387a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      app/models/user/DividendsRecord.php

+ 1 - 1
app/models/user/DividendsRecord.php

@@ -58,7 +58,7 @@ class DividendsRecord extends BaseModel
         }
         $model = self::getModelTime($time, self::alias('A')
             ->join('user B', 'B.uid=A.uid')
-            ->where('A.category', 'not in', 'integral')
+//            ->where('A.category', 'not in', 'integral')
             ->order('A.add_time desc'), 'A.add_time');
 //        if (trim($where['type']) != '') {
 //            $model = $model->where('A.type', $where['type']);