dever 6 年之前
父节点
当前提交
0916ea9f2c
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      stat/database/journal.php

+ 1 - 1
stat/database/journal.php

@@ -136,7 +136,7 @@ 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时才生效