Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
F
foc_manage
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
首航-临时账号
foc_manage
Commits
012cd898
Commit
012cd898
authored
Aug 20, 2020
by
java-李谡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.录音管理添加新状态未接听展示
2.三字码修改
parent
dc854ae2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
airportForm.jsp
WebContent/WEB-INF/views/modules/contact/airportForm.jsp
+1
-1
AirportDao.xml
resources/mappings/modules/contact/AirportDao.xml
+1
-1
No files found.
WebContent/WEB-INF/views/modules/contact/airportForm.jsp
View file @
012cd898
...
@@ -15,7 +15,7 @@
...
@@ -15,7 +15,7 @@
landingTime
:
{
min
:
0
}
landingTime
:
{
min
:
0
}
},
},
messages
:
{
messages
:
{
airportIata
:
{
remote
:
"该三字码已存在"
},
airportIata
:
{
remote
:
"该三字码已存在
或被删除,如删除需要恢复使用,请联系管理员处理
"
},
// airportName: {remote: "该机场存在正在使用的三字码,请先屏蔽使用中的三字码后再添加"},
// airportName: {remote: "该机场存在正在使用的三字码,请先屏蔽使用中的三字码后再添加"},
liftoffTime
:
{
min
:
"不能为负"
},
liftoffTime
:
{
min
:
"不能为负"
},
landingTime
:
{
min
:
"不能为负"
}
landingTime
:
{
min
:
"不能为负"
}
...
...
resources/mappings/modules/contact/AirportDao.xml
View file @
012cd898
...
@@ -35,7 +35,7 @@
...
@@ -35,7 +35,7 @@
SELECT
SELECT
<include
refid=
"airportColumns"
/>
<include
refid=
"airportColumns"
/>
FROM foc_airports a
FROM foc_airports a
WHERE a.airport_iata = #{airportIata}
AND a.status != #{STATUS_DELETE}
WHERE a.airport_iata = #{airportIata}
</select>
</select>
<select
id=
"getAirportByAirportName"
resultType=
"integer"
>
<select
id=
"getAirportByAirportName"
resultType=
"integer"
>
...
...
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