Commit 0781b6e4 by 傅伟强-富德

Update test.txt

1 parent 00b1dcd6
Showing with 11 additions and 0 deletions
......@@ -360,4 +360,15 @@ filter {
{
this.logUtils.error("syncPolicyGeo catch exception ==" + e);
}
select * from (
select * from RN_POLICY_SERVICER_CHG_RECORD rnpscr
where rnpscr.earlier_agent='H000000000017498'
and rnpscr.prem_due_date >= to_date('2019-5-1','yyyy-mm-dd')
and rnpscr.prem_due_date < to_date('2019-6-1','yyyy-mm-dd')
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!