Commit 52cbc0f5 by 傅伟强-富德

Update 服务人员部门银行网点查询SQL

1 parent 8f0686c9
Showing with 25 additions and 1 deletions
--862203 机构 --862203 机构
...@@ -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
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!