Commit 012cd898 by java-李谡

1.录音管理添加新状态未接听展示

2.三字码修改
parent dc854ae2
...@@ -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: "不能为负"}
......
...@@ -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">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment