* Refactor the getList method of the action module.
This commit is contained in:
@@ -4,7 +4,7 @@ include dirname(__FILE__, 5) . '/test/lib/init.php';
|
||||
include dirname(__FILE__, 2) . '/action.class.php';
|
||||
su('admin');
|
||||
|
||||
zdTable('action')->gen(40);
|
||||
zdTable('action')->config('action')->gen(40);
|
||||
|
||||
/**
|
||||
|
||||
|
||||
@@ -0,0 +1,13 @@
|
||||
title: table zt_action
|
||||
desc: "系统日志"
|
||||
author: automated export
|
||||
version: "1.0"
|
||||
fields:
|
||||
- field: date
|
||||
note: "日期"
|
||||
range: "(-1M)-(w):1D"
|
||||
type: timestamp
|
||||
prefix: ""
|
||||
postfix: ""
|
||||
loop: 0
|
||||
format: "YYYY-MM-DD hh:mm:ss"
|
||||
Reference in New Issue
Block a user