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
fd27ca72
Commit
fd27ca72
authored
Jul 08, 2020
by
java-李谡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改论证条件
parent
e0951420
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
+2
-1
CondationDao.xml
resources/mapper/modules/verify/CondationDao.xml
+1
-1
VerifyManageDao.xml
resources/mapper/modules/verify/VerifyManageDao.xml
+1
-0
No files found.
resources/mapper/modules/verify/CondationDao.xml
View file @
fd27ca72
...
...
@@ -61,7 +61,7 @@
LEFT JOIN foc_user_depart r ON s.depart_id=r.id
WHERE
a.del_flag = #{DEL_FLAG_NORMAL}
AND rf.status=1
AND rf.status=1
AND rf.verify_status='03'
AND s.complete='0' AND is_feed='0'
AND a.verif_status = '00'
<if
test=
"verifNo != null and verifNo != ''"
>
...
...
resources/mapper/modules/verify/VerifyManageDao.xml
View file @
fd27ca72
...
...
@@ -658,6 +658,7 @@
LEFT JOIN foc_aircraft_type q ON q.id = a.aircraft_type
WHERE
a.del_flag = '0'
AND s.condition_status='03'
AND s.complete = '0'
AND is_feed = '0'
AND a.verif_status = '00'
...
...
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