dever 4 лет назад
Родитель
Сommit
3e36281bfd
2 измененных файлов с 1 добавлено и 1 удалено
  1. 0 1
      app/collection/database/content.php
  2. 1 0
      app/content/database/pic.php

+ 0 - 1
app/collection/database/content.php

@@ -208,7 +208,6 @@ return array
             'desc'      => '',
             # 只有insert时才生效
             'insert'    => true,
-            'order'     => 'desc',
             //'search'    => 'date',
             //'list'      => 'date("Y-m-d H:i:s", {cdate})',
         ),

+ 1 - 0
app/content/database/pic.php

@@ -59,6 +59,7 @@ return array
 			'default' 	=> '',
 			'desc' 		=> '',
 			'match' 	=> 'is_numeric',
+            'order'     => 'desc',
 			//'list'		=> true,
 		),