Commit 5712b2ed by Java - 段鹏举

航线论证数据统计重复值过滤

parent fb95a7d2
...@@ -75,6 +75,7 @@ ...@@ -75,6 +75,7 @@
<if test="aircraftType != null and aircraftType != ''"> <if test="aircraftType != null and aircraftType != ''">
AND a.aircraft_type = #{aircraftType} AND a.aircraft_type = #{aircraftType}
</if> </if>
GROUP BY p.id
</select> </select>
<select id="getDay" resultType="Integer"> <select id="getDay" 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