Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
夏齐
/
hzbdcsyn
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
efff58d3
authored
2022-09-29 10:06:44 +0800
by
zenglele
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
修改
1 parent
d4d17f61
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
src/main/resources/mapper/RegBusBdcqzsdjxxMapper.xml
src/main/resources/mapper/RegBusBdcqzsdjxxMapper.xml
View file @
efff58d
...
...
@@ -98,7 +98,7 @@
</select>
<select
id=
"getBdcqzsjbxxInfo"
resultType=
"java.util.Map"
>
select * from (
select c.id,
select
ROWNUM AS rowno,
c.id,
c.ywh,
c.bdcdyh,
c.bdcqzh,
...
...
@@ -126,7 +126,7 @@
and c.isxydzzz = '1'
and c.iscjdzzz = '0'
and c.ywh like '20%'
and dbsj is not null ) where rn=1
and dbsj is not null
AND ROWNUM
<
=20
) where rn=1
</select>
<select
id=
"getBdcqzsjbxxInfoByYwh"
resultType=
"java.util.Map"
>
...
...
Please
register
or
sign in
to post a comment