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
a66b5e2b
Commit
a66b5e2b
authored
Sep 28, 2017
by
Java - 段鹏举
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sql语句导致PageHelper插件报错的bug
parent
b412c554
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
AirlineVerifyDao.xml
resources/mapper/modules/verify/AirlineVerifyDao.xml
+3
-2
No files found.
resources/mapper/modules/verify/AirlineVerifyDao.xml
View file @
a66b5e2b
...
...
@@ -484,8 +484,9 @@ union (SELECT apply_no,create_time AS create_date
ELSE p.airport_name
END depName,
r.city_name AS arrName,
verif_status AS verifStatus,
IF(back_status!='0','2',frv.status) AS status,
verif_status AS verifStatus,
CASE WHEN back_status != '0' THEN '2'
ELSE frv.status END status,
verif_type AS verifType,
fav.start_time AS sailingDate,
DATE_FORMAT(fav.create_date, '%Y-%m-%d') AS createDate
...
...
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