Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
H
hg-smart
Overview
Overview
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
platform
hg-smart
Commits
9a4be616
Commit
9a4be616
authored
Oct 12, 2024
by
宋祥
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev-sx' of
http://git.pseer.com:8800/platform/hg-smart
into dev
parents
375977d4
365f7a1d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
HGWD001.xml
src/main/java/com/baosight/hggp/hg/wd/sql/HGWD001.xml
+2
-2
No files found.
src/main/java/com/baosight/hggp/hg/wd/sql/HGWD001.xml
View file @
9a4be616
...
@@ -361,13 +361,13 @@
...
@@ -361,13 +361,13 @@
</select>
</select>
<!-- 修改项目信息 -->
<!-- 修改项目信息 -->
<
sql
id=
"updateProject"
>
<
update
id=
"updateProject"
>
UPDATE ${hggpSchema}.HGWD001
UPDATE ${hggpSchema}.HGWD001
SET
SET
PROJ_NAME = #projName#,
PROJ_NAME = #projName#,
PROJ_TYPE = #projType#,
PROJ_TYPE = #projType#,
<include
refid=
"SqlBase.updateRevise"
/>
<include
refid=
"SqlBase.updateRevise"
/>
WHERE PROJ_CODE = #projCode#
WHERE PROJ_CODE = #projCode#
</
sql
>
</
update
>
</sqlMap>
</sqlMap>
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