@Select查询语句
@Select("<script>" +
"select * from ( select row_.*, rownum rownum_ from (" +
"SELECT BRNO,BRNAME,CIFNAME,BEG_DATE,END_DATE,DKQXN,LN_BAL,RAT_LEVEL,LN_GUAR,LN_DIR,LN_QUAL,STA_DATE FROM SOFD_LN_LL"+
"<where>" +
" <if test=\"brno != null and brno !=''\">\r\n" +
" and BRNO <'90000'\r\n" +
" </if>" +
" <if test=\"lnGuar != null and lnGuar !=''\">\r\n" +
" and LN_GUAR = #{lnGuar,jdbcType=VARCHAR}\r\n" +
" </if>" +
" <if test=\"lnQual != null and lnQual !=''\">\r\n" +
" and LN_QUAL = #{lnQual,jdbcType=VARCHAR}\r\n" +
" </if>" +
" <if test=\"