Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
amos-boot-biz
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
项目统一框架
amos-boot-biz
Commits
e6a49c47
Commit
e6a49c47
authored
Oct 11, 2021
by
tangwei
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改bug
parent
2d4f83f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
0 deletions
+25
-0
jcs-1.0.0.0.xml
...ystem-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
+25
-0
No files found.
amos-boot-system-jcs/src/main/resources/db/changelog/jcs-1.0.0.0.xml
View file @
e6a49c47
...
...
@@ -1574,4 +1574,29 @@
</sql>
</changeSet>
<changeSet
id=
"2021-10-09"
author=
"tw01"
>
<preConditions
onFail=
"MARK_RAN"
>
<tableExists
tableName=
"cb_data_dictionary"
/>
</preConditions>
<comment>
修改排序
</comment>
<sql>
update cb_data_dictionary set sort_num = 1 where sequence_nbr = 1192 ;
update cb_data_dictionary set sort_num = 2 where sequence_nbr = 847 ;
update cb_data_dictionary set sort_num = 3 where sequence_nbr = 1193 ;
update cb_data_dictionary set sort_num = 4 where sequence_nbr = 848 ;
update cb_data_dictionary set sort_num = 5 where sequence_nbr = 849 ;
update cb_data_dictionary set sort_num = 6 where sequence_nbr = 1194 ;
update cb_data_dictionary set sort_num = 7 where sequence_nbr = 850 ;
update cb_data_dictionary set sort_num = 8 where sequence_nbr = 1195 ;
update cb_data_dictionary set sort_num = 9 where sequence_nbr = 851 ;
update cb_data_dictionary set sort_num = 10 where sequence_nbr = 1196 ;
update cb_data_dictionary set sort_num = 11 where sequence_nbr = 1197 ;
update cb_data_dictionary set sort_num = 12 where sequence_nbr = 1198 ;
update cb_data_dictionary set sort_num = 13 where sequence_nbr = 1199 ;
update cb_data_dictionary set sort_num = 14 where sequence_nbr = 1200 ;
update cb_data_dictionary set sort_num = 15 where sequence_nbr = 1201 ;
</sql>
</changeSet>
</databaseChangeLog>
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