访问日志完成提交

This commit is contained in:
thinkgem
2018-01-18 21:06:15 +08:00
parent 5bc6bc9e6b
commit 10fadeb317
10 changed files with 409 additions and 388 deletions

View File

@@ -450,7 +450,7 @@ CREATE TABLE js_sys_log
create_by varchar2(64) NOT NULL,
create_by_name nvarchar2(100) NOT NULL,
create_date timestamp NOT NULL,
request_uri nvarchar2(255),
request_uri nvarchar2(500),
request_method varchar2(10),
request_params clob,
diff_modify_data clob,