Commit ce8d7142 by 傅伟强-富德

Update test.txt

1 parent 93f862f6
Showing with 27 additions and 0 deletions
......@@ -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;
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!