@@ -140,7 +140,7 @@ return array
'match' => 'is_numeric',
//'update' => 'text',
'list' => '"+{cash}"',
- 'list_order' => 3,
+ 'list_order' => 4,
),
'sign' => array
@@ -258,14 +258,14 @@ return array
'cdate' => array
(
'type' => 'int-11',
- 'name' => '操作时间',
+ 'name' => '处理时间',
'match' => array('is_numeric', time()),
'desc' => '',
'default' => '',
# 只有insert时才生效
'insert' => true,
'list' => 'date("Y-m-d H:i:s", {cdate})',
- 'list_order' => 18,
+ 'list_order' => 2,