dever %!s(int64=3) %!d(string=hai) anos
pai
achega
40f9cb311b
Modificáronse 1 ficheiros con 5 adicións e 4 borrados
  1. 5 4
      database/info.php

+ 5 - 4
database/info.php

@@ -11,6 +11,7 @@ $cate = function()
 	return $array;
 };
 
+$col = '*';
 $type = array
 (
 	1 => '数字输入框',
@@ -377,7 +378,7 @@ return array
 			),
 			'type' => 'all',
 			'order' => array('list_reorder`+`search_reorder`+`view_reorder' => 'desc', 'id' => 'desc'),
-			'col' => '*|id',
+			'col' => $col. '|id',
 		),
 
 		'getListByIds' => array
@@ -391,7 +392,7 @@ return array
 			),
 			'type' => 'all',
 			'order' => array('list_reorder' => 'desc', 'id' => 'desc'),
-			'col' => '*|id',
+			'col' => $col. '|id',
 		),
 
 		'getSearchByIds' => array
@@ -405,7 +406,7 @@ return array
 			),
 			'type' => 'all',
 			'order' => array('search_reorder' => 'desc', 'id' => 'desc'),
-			'col' => '*|id',
+			'col' => $col. '|id',
 		),
 
 		'getViewByIds' => array
@@ -419,7 +420,7 @@ return array
 			),
 			'type' => 'all',
 			'order' => array('view_reorder' => 'desc', 'id' => 'desc'),
-			'col' => '*|id',
+			'col' => $col. '|id',
 		),
 
 		/*