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