修改
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -98,7 +98,7 @@ | ... | @@ -98,7 +98,7 @@ |
| 98 | </select> | 98 | </select> |
| 99 | <select id="getBdcqzsjbxxInfo" resultType="java.util.Map"> | 99 | <select id="getBdcqzsjbxxInfo" resultType="java.util.Map"> |
| 100 | select * from ( | 100 | select * from ( |
| 101 | select c.id, | 101 | select ROWNUM AS rowno,c.id, |
| 102 | c.ywh, | 102 | c.ywh, |
| 103 | c.bdcdyh, | 103 | c.bdcdyh, |
| 104 | c.bdcqzh, | 104 | c.bdcqzh, |
| ... | @@ -126,7 +126,7 @@ | ... | @@ -126,7 +126,7 @@ |
| 126 | and c.isxydzzz = '1' | 126 | and c.isxydzzz = '1' |
| 127 | and c.iscjdzzz = '0' | 127 | and c.iscjdzzz = '0' |
| 128 | and c.ywh like '20%' | 128 | and c.ywh like '20%' |
| 129 | and dbsj is not null ) where rn=1 | 129 | and dbsj is not null AND ROWNUM <=20) where rn=1 |
| 130 | </select> | 130 | </select> |
| 131 | 131 | ||
| 132 | <select id="getBdcqzsjbxxInfoByYwh" resultType="java.util.Map"> | 132 | <select id="getBdcqzsjbxxInfoByYwh" resultType="java.util.Map"> | ... | ... |
-
Please register or sign in to post a comment