Your Name 3 роки тому
батько
коміт
ac5d39c2a2
1 змінених файлів з 2 додано та 1 видалено
  1. 2 1
      service/mail/database/area_stat.php

+ 2 - 1
service/mail/database/area_stat.php

@@ -137,7 +137,7 @@ return array
             'desc'      => '体验店分润金额',
             'desc'      => '体验店分润金额',
             'match'     => 'is_numeric',
             'match'     => 'is_numeric',
             // 'update'    => 'text',
             // 'update'    => 'text',
-            'list'      => true,
+            // 'list'      => true,
         ),
         ),
 
 
         'price'      => array
         'price'      => array
@@ -275,6 +275,7 @@ return array
             ),
             ),
             'type' => 'all',
             'type' => 'all',
             'order' => array('month'=>'desc'),
             'order' => array('month'=>'desc'),
+            'page' => array(20, 'list'),
             'col' => 't_fprice,l_fprice,month',
             'col' => 't_fprice,l_fprice,month',
         ),
         ),
     ),
     ),