Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
aserver
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
15所TongWeb
aserver
Commits
d99b42ad
Commit
d99b42ad
authored
Mar 24, 2021
by
郭晓俊
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
添加鉴定附表详情
parent
ef352570
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
31 additions
and
1 deletion
+31
-1
DM_UpdateSQL.xml
src/main/resources/DBUpdate/DM_UpdateSQL.xml
+8
-0
KingBase_UpdateSQL.xml
src/main/resources/DBUpdate/KingBase_UpdateSQL.xml
+8
-1
ORACLE_UpdateSQL.xml
src/main/resources/DBUpdate/ORACLE_UpdateSQL.xml
+7
-0
ST_UpdateSQL.xml
src/main/resources/DBUpdate/ST_UpdateSQL.xml
+8
-0
No files found.
src/main/resources/DBUpdate/DM_UpdateSQL.xml
View file @
d99b42ad
...
...
@@ -3017,4 +3017,11 @@ VALUES(SEQ_MENU.nextval,'handoverScheView','移交附表详情',NULL,NULL,'#/han
commit;
</sql>
</version>
<version
edition=
"145"
description=
"添加鉴定附表详情"
>
<sql
creator=
"guoxiaojun"
createDate=
"20210324"
note=
"添加鉴定附表详情"
>
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/disposalManage/scheView',NULL,25,1,'鉴定统计','鉴定管理',7);
commit;
</sql>
</version>
</update>
\ No newline at end of file
src/main/resources/DBUpdate/KingBase_UpdateSQL.xml
View file @
d99b42ad
...
...
@@ -3008,5 +3008,11 @@
create sequence SEQ_USER_HOME start with 1 increment by 1 maxvalue 99999999999
</sql>
</version>
<version
edition=
"142"
description=
"添加鉴定附表详情"
>
<sql
creator=
"guoxiaojun"
createDate=
"20210324"
note=
"添加鉴定附表详情"
>
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/disposalManage/scheView',NULL,25,1,'鉴定统计','鉴定管理',7);
commit;
</sql>
</version>
</update>
\ No newline at end of file
src/main/resources/DBUpdate/ORACLE_UpdateSQL.xml
View file @
d99b42ad
...
...
@@ -225,4 +225,11 @@ alter table "AS_PROCESS_DEPLOY_FORM" modify "DEPLOY_USER_ID" NUMBER(9, 0);
alter table "AS_PROCESS_DEPLOY_FORM" modify "SCHE_ID" NUMBER(9, 0);
</sql>
</version>
<version
edition=
"13"
description=
"添加鉴定附表详情"
>
<sql
creator=
"guoxiaojun"
createDate=
"20210324"
note=
"添加鉴定附表详情"
>
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/disposalManage/scheView',NULL,25,1,'鉴定统计','鉴定管理',7);
commit;
</sql>
</version>
</update>
src/main/resources/DBUpdate/ST_UpdateSQL.xml
View file @
d99b42ad
...
...
@@ -3017,4 +3017,11 @@
create sequence SEQ_USER_HOME start with 1 increment by 1 maxvalue 99999999999
</sql>
</version>
<version
edition=
"142"
description=
"添加鉴定附表详情"
>
<sql
creator=
"guoxiaojun"
createDate=
"20210324"
note=
"添加鉴定附表详情"
>
insert into AS_MENU(ID,NAME,TITLE,ICON,DESCRIPTION,PATH,TARGET,SYSTEM_ID,HIDDEN,FIRST_LEVEL_NAME,SECOND_LEVEL_NAME,GROUP_ORDER)
VALUES(SEQ_MENU.nextval,'appraisalScheView','鉴定附表详情',NULL,NULL,'#/disposalManage/scheView',NULL,25,1,'鉴定统计','鉴定管理',7);
commit;
</sql>
</version>
</update>
\ 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