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 00424b72
authored
Nov 14, 2018
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test.txt
1 parent
de982e3b
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
13 additions
and
11 deletions
test.txt
test.txt
View file @
00424b7
...
...
@@ -13,16 +13,18 @@
select po.branch_code,rpsi.* from rn_policy_service_info rpsi,policy po,branch_code_relation bcr,policy_prem_info ppi
where rpsi.policy_no=po.policy_no
and rpsi.policy_no=ppi.policy_no
and bcr.branch_code=po.branch_code
and bcr.relative_grade>-1
and bcr.relative_branch_code = '864200'
and ppi.PREM_DUE_DATE>=date'2018-01-01'
and ppi.PREM_DUE_DATE<=date'2018-01-30'
select
rpsi.POLICY_NO policyNo,rpsi.SERVICER_NO servicerNo,po.BRANCH_CODE branchCode,si.EMP_NAME empName,
po.CHANNEL_TYPE AS channelType,bi.BRANCH_NAME branchName,ppi.PREM_DUE_DATE premDate
from rn_policy_service_info rpsi,policy po,branch_code_relation bcr,policy_prem_info ppi
where rpsi.policy_no=po.policy_no
and rpsi.policy_no=ppi.policy_no
and bcr.branch_code=po.branch_code
and bcr.relative_grade>-1
and staff_info si on si.emp_no = rpsi.servicer_no
and branch_info bi on bi.branch_code = po.branch_code
and bcr.relative_branch_code = #{branchCode,jdbcType=VARCHAR}
and ppi.PREM_DUE_DATE>=#{premDueDateb,jdbcType=TIMESTAMP}
and ppi.PREM_DUE_DATE<=#{premDueDatee,jdbcType=TIMESTAMP}
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