Browse Source

2023-12-12 赫艾出库核验

master
zelian_wu 2 years ago
parent
commit
6dc621aabb
  1. 2
      src/main/resources/mapper/pad/DelNotifyHeaderMapper.xml

2
src/main/resources/mapper/pad/DelNotifyHeaderMapper.xml

@ -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>
Loading…
Cancel
Save