|
|
@@ -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']);
|