Commit 62321267 by 傅伟强-富德

Update test.txt

1 parent 788faaa4
Showing with 12 additions and 0 deletions
......@@ -205,4 +205,16 @@ ES:http://192.168.26.80:9200
oracle:192.168.26.92:1521
select bi.*
from branch_code_relation rc
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
where rc.branch_code = '863605'
and bi.branch_level='04'
and bi.IS_VALID = 'Y';
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!