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
You need to sign in or sign up before continuing.
Commit 06a86e10
authored
Jul 09, 2018
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update 保单分配属性标记业务逻辑.txt
1 parent
c2cf82ad
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
26 additions
and
1 deletions
保单分配属性标记业务逻辑.txt
保单分配属性标记业务逻辑.txt
View file @
06a86e1
参数:
参数:
...
...
@@ -140,4 +140,28 @@ update rn_policy_service_info a
查询保单分配属性列表
select POLICY_NO,
BRANCH_CODE,
(select bi.branch_name from branch_info bi where bi.branch_code = a.branch_code) branchName,
EARLIER_ASSIGN_RULE,
(select DESCRIPTION from RN_ASSIGN_RULE bi where ASSIGN_RULE = EARLIER_ASSIGN_RULE) earlierAssignRuleDesc,
NEXT_ASSIGN_RULE,
(select DESCRIPTION from RN_ASSIGN_RULE bi where ASSIGN_RULE = NEXT_ASSIGN_RULE) nextAssignRuleDesc,
EARLIER_BRANCH_CODE,
(select bi.branch_name from branch_info bi where bi.branch_code = EARLIER_BRANCH_CODE) earlierBranchName,
NEXT_BRANCH_CODE,
(select bi.branch_name from branch_info bi where bi.branch_code = NEXT_BRANCH_CODE) nextBranchName,
EARLIER_CHANNEL_TYPE,
(select DESCRIPTION from channel_type_tbl bi where channel_type = EARLIER_CHANNEL_TYPE) earlierChannelDesc,
NEXT_CHANNEL_TYPE,
(select DESCRIPTION from channel_type_tbl bi where channel_type = NEXT_CHANNEL_TYPE) nextChannelDesc,
CHANGE_USER,
CHANGE_DATE
from RN_ASSIGN_RULE_CHG_RECORD a
where a.policy_no = '0170001110001162'
order by a.created_date desc
\ 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