Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
T
test
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
邬友楠
test
Commits
76a5796b
Commit
76a5796b
authored
Dec 02, 2019
by
雍欢
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
SQL字段错误
parent
8e50bc1a
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
opm.xml
huigou-uasp/src/main/resources/config/uasp/query/bmp/opm.xml
+1
-1
org.xml
huigou-uasp/src/main/resources/config/uasp/query/bmp/org.xml
+1
-1
No files found.
huigou-uasp/src/main/resources/config/uasp/query/bmp/opm.xml
View file @
76a5796b
...
...
@@ -82,7 +82,7 @@
</sql>
<sql
name=
"updateOrgChildrenFullOrgKindId"
>
update SA_OPOrg
set full_
OrgK
ind_Id = concat(:parentNewFullOrgKindId,
set full_
org_k
ind_Id = concat(:parentNewFullOrgKindId,
substr(full_Org_Kind_Id,
length(:parentOldOrgKindId) + 1,
length(full_Org_Kind_Id))),
...
...
huigou-uasp/src/main/resources/config/uasp/query/bmp/org.xml
View file @
76a5796b
...
...
@@ -85,7 +85,7 @@
</sql>
<sql
name=
"updateOrgChildrenFullOrgKindId"
>
update SA_OPOrg
set full_
OrgK
ind_Id = concat(:parentNewFullOrgKindId,
set full_
org_k
ind_Id = concat(:parentNewFullOrgKindId,
substr(full_Org_Kind_Id,
length(:parentOldOrgKindId) + 1,
length(full_Org_Kind_Id))),
...
...
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