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 52cbc0f5
authored
Sep 12, 2018
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 服务人员部门银行网点查询SQL
1 parent
8f0686c9
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
25 additions
and
1 deletions
服务人员部门银行网点查询SQL
服务人员部门银行网点查询SQL
View file @
52cbc0f
--862
203 机构
--862
203 机构
...
@@ -51,3 +51,27 @@ and di.dept_no='0256601011001011';
...
@@ -51,3 +51,27 @@ and di.dept_no='0256601011001011';
select * from gras_dept_servicer;
select * from gras_dept_servicer;
select * from gras_bank_emp ;
select * from gras_bank_emp ;
区域分单:
1:获取channelType时需要判断长度是否为1,如果为1,前面需要加上0
2:区域人员匹配设置,查询部门sql需要关联下属机构
记忆分单:
1:List<JSONObject> memoryList = assignService.selectByList(policyList);
此时应该返回的是List<String>,后面遍历时类型错误会报错
营销服务部分单
1:sql错误;没有关联下属机构,获取不到四级机构
branchInfoService.selectBranchByCodeAndLevel(branchCode,MyConstant.BRANCH_LEVEL_04);
2:查询营销服务部服务人员sql都要加上is_Valid=Y
部门分单:
1:查询部门服务人员sql都要加上is_Valid=Y
银行网点分单:
1:po_channel_type去错值了,应该取渠道值而不是渠道名称
2:查询银行网点服务人员sql都要加上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