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 ce8d7142
authored
Apr 29, 2019
by
傅伟强-富德
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update test.txt
1 parent
93f862f6
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
27 additions
and
0 deletions
test.txt
test.txt
View file @
ce8d714
...
...
@@ -11,6 +11,33 @@ and IS_REINSTATEMENT='N'
PosLapsePolicyMapper
<select id="selectByPolicyNoAndProSeq" resultMap="BaseResultMap">
select * from (
SELECT <include refid="Base_Column_List" />
FROM POS_LAPSE_POLICY
WHERE policy_no = #{policyNo,jdbcType=VARCHAR} and PROD_SEQ = #{prodSeq,jdbcType=DECIMAL}
and IS_REINSTATEMENT='N'
order by LAPSE_DATE DESC
)
where rownum=1
addDate(date, days) {
if (days == undefined || days == '') {
days = 1;
...
...
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