* Refactor the getList method of the action module.

This commit is contained in:
wangxuepeng
2023-10-07 08:55:10 +00:00
parent d86fe1be56
commit f006abb55d
4 changed files with 443 additions and 278 deletions
+1 -1
View File
@@ -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"