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

+ 2 - 1
score/database/action_log.php

@@ -149,7 +149,8 @@ return array
 			# 匹配的正则或函数 选填项
 			'option' => array
 			(
-				'time' => array('yes-cdate', '>='),
+				'start' => array('yes-cdate', '>='),
+				'end' => array('yes-cdate', '<='),
 			),
 			'type' => 'all',
 			'order' => array('id' => 'desc'),