Your Name 3 سال پیش
والد
کامیت
2530d000c2
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      service/agent/database/member_shop_log.php

+ 2 - 2
service/agent/database/member_shop_log.php

@@ -88,13 +88,13 @@ return array
         'cdate'     => array
         'cdate'     => array
         (
         (
             'type'      => 'int-11',
             'type'      => 'int-11',
-            'name'      => '更改时间',
+            'name'      => '归店时间',
             'match'     => array('is_numeric', time()),
             'match'     => array('is_numeric', time()),
             'desc'      => '',
             'desc'      => '',
             # 只有insert时才生效
             # 只有insert时才生效
             'insert'    => true,
             'insert'    => true,
             'search'    => 'date',
             'search'    => 'date',
-            'list'      => 'date("Y-m-d H:i", {cdate})',
+            'list'      => 'date("Y-m-d", {cdate})',
             // 'list_order' => 2,
             // 'list_order' => 2,
         ),
         ),
     ),
     ),