Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
傅伟强-富德
/
test1
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 3a33506c
authored
Jul 23, 2018
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test
1 parent
c60b6ac5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
10 deletions
test
test
View file @
3a33506
select ds.flow_seq pk_serial, ds.dept_no,di.dept_name,si.emp_no,si.emp_name,bi.branch_code,bi.branch_name
from rn_dept_servicer ds, staff_info si,department_info di, branch_info bi,branch_code_relation bcr
where ds.service_no = si.emp_no
and ds.is_valid = 'Y'
and ds.dept_no = di.dept_no
and di.branch_code = bi.branch_code
and bcr.branch_code = bi.branch_code
and bcr.relative_grade>-1
and bcr.relative_branch_code = '8646'
\ No newline at end of file
1:增加事物控制:oracle服务代码更新操作增加事物控制
2:es代码优化-删除无用代码及测试代码
3:区域匹配
4:智能分区修改:增加三级机构下按区县划分;优化了地址判断现更准确但写的太死了,后续如果要增加城市级别的二级机构需要改代码
5:ES数据库优化:增加集群,
\ No newline at end of file
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