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
f889ca8e
Commit
f889ca8e
authored
Jul 05, 2023
by
赵啸非
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改窗口导入后redis信息id未更新
parent
a119412f
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
457 additions
and
377 deletions
+457
-377
base-manager/db/add.sql
base-manager/db/add.sql
+2
-2
base-manager/src/main/resources/sqlmap/module/app/AppCategoryMapper.xml
...rc/main/resources/sqlmap/module/app/AppCategoryMapper.xml
+455
-375
No files found.
base-manager/db/add.sql
View file @
f889ca8e
...
@@ -190,5 +190,5 @@ PRIMARY KEY (`id`)
...
@@ -190,5 +190,5 @@ PRIMARY KEY (`id`)
2023
-
7
-
05
2023
-
7
-
05
-- ----------------------------
-- ----------------------------
ALTER
TABLE
mortals_sys_app_category
ADD
COLUMN
`cover`
varchar
(
256
)
COMMENT
'封面'
AFTER
sort
;
ALTER
TABLE
mortals_sys_app_category
ADD
COLUMN
`cover`
varchar
(
256
)
DEFAULT
''
COMMENT
'封面'
AFTER
sort
;
ALTER
TABLE
mortals_sys_app_category
ADD
COLUMN
`remark`
varchar
(
256
)
COMMENT
'备注'
AFTER
cover
;
ALTER
TABLE
mortals_sys_app_category
ADD
COLUMN
`remark`
varchar
(
256
)
DEFAULT
''
COMMENT
'备注'
AFTER
cover
;
base-manager/src/main/resources/sqlmap/module/app/AppCategoryMapper.xml
View file @
f889ca8e
This diff is collapsed.
Click to expand it.
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