Commit 34727940 by Java - 段鹏举

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

parent c51ad3ec
......@@ -75,7 +75,7 @@
<if test="aircraftType != null and aircraftType != ''">
AND a.aircraft_type = #{aircraftType}
</if>
GROUP BY p.id
GROUP BY verifNo,routeNo,arrIata,depIata
</select>
<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