Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
certificate-print
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
廖旭伟
certificate-print
Commits
11beb7c7
Commit
11beb7c7
authored
May 12, 2023
by
廖旭伟
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
数据库脚本
parent
e76a05bb
Changes
2
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
562 additions
and
145 deletions
+562
-145
certificate-manager/db/db.sql
certificate-manager/db/db.sql
+555
-145
certificate-manager/db/init_data.sql
certificate-manager/db/init_data.sql
+7
-0
No files found.
certificate-manager/db/db.sql
View file @
11beb7c7
This diff is collapsed.
Click to expand it.
certificate-manager/db/init_data.sql
0 → 100644
View file @
11beb7c7
INSERT
INTO
`mortals_xhx_param`
(
`name`
,
`firstOrganize`
,
`secondOrganize`
,
`paramKey`
,
`paramValue`
,
`validStatus`
,
`modStatus`
,
`displayType`
,
`remark`
,
`createTime`
,
`createUserId`
,
`createUserName`
)
VALUES
(
'允许打印最高次数'
,
NULL
,
NULL
,
'print:max:count'
,
'1'
,
'1'
,
'4'
,
'0'
,
'空白打印材料展示数量'
,
NOW
(),
'1'
,
NULL
);
INSERT
INTO
`mortals_xhx_user`
(
`loginName`
,
`loginPwd`
,
`loginPwd1`
,
`loginPwd2`
,
`loginPwd3`
,
`loginLimitAddress`
,
`realName`
,
`mobile`
,
`phone`
,
`email`
,
`qq`
,
`userType`
,
`siteId`
,
`status`
,
`customerId`
,
`createTime`
,
`createUserId`
,
`createUserName`
,
`lastLoginTime`
,
`lastLoginAddress`
,
`lastModPwdTime`
,
`lastModPwdAddr`
)
VALUES
(
'admin1'
,
'43442676c74ae59f219c2d87fd6bad52'
,
'43442676c74ae59f219c2d87fd6bad52'
,
'4280d89a5a03f812751f504cc10ee8a5'
,
NULL
,
NULL
,
'系统管理员'
,
'13808095770'
,
NULL
,
NULL
,
NULL
,
'1'
,
NULL
,
'1'
,
NULL
,
NOW
(),
'1'
,
'admin'
,
NULL
,
NULL
,
NULL
,
NULL
);
INSERT
INTO
`mortals_xhx_certificate_industry`
(
`parentId`
,
`industryName`
,
`createUserId`
,
`createTime`
,
`updateUserId`
,
`updateTime`
)
VALUES
(
'-1'
,
'食药监'
,
'1'
,
NOW
(),
'1'
,
NOW
());
INSERT
INTO
`mortals_xhx_certificate_classify`
(
`classifyName`
,
`sort`
,
`total`
,
`showFront`
,
`classifyType`
,
`createUserId`
,
`createTime`
,
`updateUserId`
,
`updateTime`
)
VALUES
(
'食品经营许可证'
,
'1'
,
'1'
,
'1'
,
'2'
,
'1'
,
NOW
(),
NULL
,
NULL
);
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