Commit a4b46d45 by 傅伟强-富德

Update test.txt

1 parent aaab2085
Showing with 10 additions and 0 deletions
......@@ -218,3 +218,13 @@ void setUser(String userName);
<update id="setUser" parameterMap="stsReturn_param">
call gracde.gra_sys_package.set_user(?)
</update>
select * from (
select * from RN_POLICY_SERVICER_CHG_RECORD rnpscr
where rnpscr.policy_no='0046001110026725'
order by rnpscr.UPDATED_DATE DESC
)where rownum <= 1
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!