Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
smart_gov_platform
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
赵啸非
smart_gov_platform
Commits
c8831a4f
Commit
c8831a4f
authored
Nov 26, 2024
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改同步事项
parent
c67ec4eb
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
33 deletions
+61
-33
base-manager/db/base.sql
base-manager/db/base.sql
+56
-28
portal-manager/db/base.sql
portal-manager/db/base.sql
+4
-4
portal-manager/src/main/resources/config/mybatis-sqlmap-config.xml
...nager/src/main/resources/config/mybatis-sqlmap-config.xml
+1
-1
No files found.
base-manager/db/base.sql
View file @
c8831a4f
This source diff could not be displayed because it is too large. You can
view the blob
instead.
portal-manager/db/base.sql
View file @
c8831a4f
...
...
@@ -11,7 +11,7 @@
Target Server Version : 50743
File Encoding : 65001
Date: 2
1/11/2024 16:21:11
Date: 2
6/11/2024 10:12:39
*/
SET
NAMES
utf8mb4
;
...
...
@@ -140,13 +140,13 @@ CREATE TABLE `mortals_xhx_oper_log` (
`createTime`
datetime
(
0
)
NULL
DEFAULT
NULL
COMMENT
'创建时间'
,
`createUserId`
bigint
(
20
)
NULL
DEFAULT
NULL
COMMENT
'创建用户'
,
PRIMARY
KEY
(
`id`
)
USING
BTREE
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
6
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
COMMENT
=
'操作日志业务'
;
)
ENGINE
=
InnoDB
AUTO_INCREMENT
=
14
CHARACTER
SET
=
utf8
COLLATE
=
utf8_general_ci
COMMENT
=
'操作日志业务'
;
-- ----------------------------
-- Records of mortals_xhx_oper_log
-- ----------------------------
BEGIN
;
INSERT
INTO
`mortals_xhx_oper_log`
VALUES
(
1
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/login/log
out'
,
'退出登录'
,
'127.0.0.1'
,
'2024-11-21 16:19:28'
,
NULL
,
NULL
,
NULL
),
(
2
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/login/login'
,
'用户登录系统成功!'
,
'127.0.0.1'
,
'2024-11-21 16:19:44'
,
NULL
,
NULL
,
NULL
),
(
3
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/site/model/census/list'
,
'查询数据管理 【成功】'
,
'127.0.0.1'
,
'2024-11-21 16:19:44'
,
NULL
,
NULL
,
NULL
),
(
4
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/site/model/list/group'
,
'查询站点编排 【成功】'
,
'127.0.0.1'
,
'2024-11-21 16:19:51'
,
NULL
,
NULL
,
NULL
),
(
5
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/user/model/collect/get'
,
'查看用户模块收藏 【成功】'
,
'127.0.0.1'
,
'2024-11-21 16:19:51
'
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_oper_log`
VALUES
(
1
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/login/log
in'
,
'用户登录系统成功!'
,
'127.0.0.1'
,
'2024-11-22 14:39:42'
,
NULL
,
NULL
,
NULL
),
(
2
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/site/model/census/list'
,
'查询数据管理 【成功】'
,
'127.0.0.1'
,
'2024-11-22 14:39:43'
,
NULL
,
NULL
,
NULL
),
(
3
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/login/login'
,
'用户登录系统成功!'
,
'127.0.0.1'
,
'2024-11-26 09:34:07'
,
NULL
,
NULL
,
NULL
),
(
4
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/site/model/census/list'
,
'查询数据管理 【成功】'
,
'127.0.0.1'
,
'2024-11-26 09:34:07'
,
NULL
,
NULL
,
NULL
),
(
5
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/user/model/collect/get'
,
'查看用户模块收藏 【成功】'
,
'127.0.0.1'
,
'2024-11-26 09:34:11'
,
NULL
,
NULL
,
NULL
),
(
6
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/site/model/list/group'
,
'查询站点编排 【成功】'
,
'127.0.0.1'
,
'2024-11-26 09:34:11'
,
NULL
,
NULL
,
NULL
),
(
7
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/login/logout'
,
'退出登录'
,
'127.0.0.1'
,
'2024-11-26 09:46:33'
,
NULL
,
NULL
,
NULL
),
(
8
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/login/login'
,
'用户登录系统成功!'
,
'127.0.0.1'
,
'2024-11-26 09:46:44'
,
NULL
,
NULL
,
NULL
),
(
9
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/site/model/census/list'
,
'查询数据管理 【成功】'
,
'127.0.0.1'
,
'2024-11-26 09:46:44'
,
NULL
,
NULL
,
NULL
),
(
10
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/user/model/collect/get'
,
'查看用户模块收藏 【成功】'
,
'127.0.0.1'
,
'2024-11-26 09:47:20'
,
NULL
,
NULL
,
NULL
),
(
11
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/site/model/list/group'
,
'查询站点编排 【成功】'
,
'127.0.0.1'
,
'2024-11-26 09:47:20'
,
NULL
,
NULL
,
NULL
),
(
12
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/user/model/collect/get'
,
'查看用户模块收藏 【成功】'
,
'127.0.0.1'
,
'2024-11-26 09:57:55'
,
NULL
,
NULL
,
NULL
),
(
13
,
'portal-manager'
,
1
,
'系统管理员'
,
'admin'
,
'/zwfw/site/model/list/group'
,
'查询站点编排 【成功】'
,
'127.0.0.1'
,
'2024-11-26 09:57:55
'
,
NULL
,
NULL
,
NULL
);
COMMIT
;
-- ----------------------------
...
...
@@ -737,7 +737,7 @@ CREATE TABLE `mortals_xhx_user` (
-- Records of mortals_xhx_user
-- ----------------------------
BEGIN
;
INSERT
INTO
`mortals_xhx_user`
VALUES
(
1
,
'admin'
,
'de7abfba6f99cb20b794867cdf664445'
,
NULL
,
'系统管理员'
,
'13808095770'
,
NULL
,
NULL
,
NULL
,
1
,
'1
,2,3,4,5'
,
'510921000000'
,
'[{
\"
areaCode
\"
:
\"
510921000000
\"
,
\"
label
\"
:
\"
蓬溪县
\"
}]'
,
1
,
'2022-06-02 09:12:26'
,
1
,
'admin'
,
'2024-11-21 16:19:44
'
,
'127.0.0.1'
,
'sadyfp'
,
'2099-11-24 13:45:06'
,
0
,
1
,
'2024-10-22 16:27:18'
);
INSERT
INTO
`mortals_xhx_user`
VALUES
(
1
,
'admin'
,
'de7abfba6f99cb20b794867cdf664445'
,
NULL
,
'系统管理员'
,
'13808095770'
,
NULL
,
NULL
,
NULL
,
1
,
'1
'
,
'510800000000'
,
'[{
\"
areaCode
\"
:
\"
510800000000
\"
,
\"
label
\"
:
\"
广元市
\"
}]'
,
1
,
'2022-06-02 09:12:26'
,
1
,
'admin'
,
'2024-11-26 09:46:43
'
,
'127.0.0.1'
,
'sadyfp'
,
'2099-11-24 13:45:06'
,
0
,
1
,
'2024-10-22 16:27:18'
);
COMMIT
;
-- ----------------------------
...
...
portal-manager/src/main/resources/config/mybatis-sqlmap-config.xml
View file @
c8831a4f
...
...
@@ -18,7 +18,7 @@
</plugin>
<plugin
interceptor=
"com.mortals.framework.thirty.mybatis.LogInterceptor"
>
<property
name=
"enableExecutorTime"
value=
"true"
/>
<property
name=
"showSql"
value=
"
fals
e"
/>
<property
name=
"showSql"
value=
"
tru
e"
/>
</plugin>
</plugins>
</configuration>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment