Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
api
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
首航-临时账号
api
Commits
979fe486
Commit
979fe486
authored
Dec 11, 2020
by
java-温文海
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
优化sql语句
parent
9b723c89
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
21 additions
and
6 deletions
+21
-6
VerifyManageDao.xml
resources/mapper/modules/verify/VerifyManageDao.xml
+3
-6
StatisticalListBean.java
src/com/ejweb/modules/airport/bean/StatisticalListBean.java
+18
-0
No files found.
resources/mapper/modules/verify/VerifyManageDao.xml
View file @
979fe486
...
...
@@ -61,12 +61,9 @@
AND (a.verif_status = '01'
or a.verif_status = '03')
</when>
<when
test=
"verifStatus == '00'"
>
AND a.verif_status = '00'
</when>
<when
test=
"verifStatus =='02'"
>
AND a.verif_status = '02'
</when>
<otherwise>
AND a.verif_status = #{verifStatus}
</otherwise>
</choose>
</if>
...
...
src/com/ejweb/modules/airport/bean/StatisticalListBean.java
View file @
979fe486
...
...
@@ -19,6 +19,8 @@ public class StatisticalListBean extends GenericBean {
private
int
pageSize
=
GConstants
.
PAGE_SIZE
;
//每页条数
private
String
benchmarkingTime
;
private
Integer
airlineStatus
;
/* private String beginTime;
private String endTime;*/
public
String
getDepIata
()
{
return
depIata
;
...
...
@@ -75,4 +77,20 @@ public class StatisticalListBean extends GenericBean {
public
void
setAirlineStatus
(
Integer
airlineStatus
)
{
this
.
airlineStatus
=
airlineStatus
;
}
/*public String getBeginTime() {
return beginTime;
}
public void setBeginTime(String beginTime) {
this.beginTime = beginTime;
}
public String getEndTime() {
return endTime;
}
public void setEndTime(String endTime) {
this.endTime = endTime;
}*/
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment