Commit 3a33506c by 傅伟强-富德

Update test

1 parent c60b6ac5
Showing with 6 additions and 10 deletions
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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!