@ -78,6 +78,6 @@
<if test="shipFlag != null and shipFlag != ''">
and T.ShipFlag = #{shipFlag}
</if>
order by T.DelNotifyNo desc
order by T.NotifyDate Desc,T.DelNotifyNo
</select>
</mapper>