Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 6d4725c2
authored
Mar 18, 2019
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test.txt
1 parent
62321267
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
test.txt
test.txt
View file @
6d4725c
...
@@ -208,13 +208,13 @@ oracle:192.168.26.92:1521
...
@@ -208,13 +208,13 @@ oracle:192.168.26.92:1521
select bi.*
select
<include refid="Base_Column_List"/>
from branch_code_relation rc
from branch_code_relation rc
inner join BRANCH_INFO bi on bi.branch_code=rc.relative_branch_code
inner join BRANCH_INFO bi on bi.branch_code=rc.relative_branch_code
left join GRAS_BRANCH_GEO bg on bi.BRANCH_CODE = bg.LAYER_CODE
left join GRAS_BRANCH_GEO bg on bi.BRANCH_CODE = bg.LAYER_CODE
where rc.branch_code = '863605'
where rc.branch_code = #{branchCode,jdbcType=VARCHAR}
and bi.branch_level='04'
and bi.branch_level=#{branchLevel,jdbcType=VARCHAR}
and bi.IS_VALID = 'Y';
and bi.IS_VALID = 'Y'
Write
Preview
Markdown
is supported
Attach a file
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 post a comment