Browse Source

2023-12-12 赫艾出库核验

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

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

@ -46,20 +46,9 @@
T.ShipResult, T.ShipResult,
T.RealShipDate T.RealShipDate
from dbo.CODelNotifyHeader as T, from dbo.CODelNotifyHeader as T,
dbo.CODelNotifyDetail as D,
dbo.CODetail as C,
dbo.COHeader as H,
dbo.Customer as X dbo.Customer as X
where where
T.Site=D.Site and
T.DelNotifyNo=D.DelNotifyNo and
D.Site=C.Site and
D.OrderNo=C.OrderNo and
D.ItemNo=C.ItemNo and
D.Site=H.Site and
D.OrderNo=H.OrderNo and
T.Site=X.Site and
T.CustomerID=X.CustomerID
T.Site=X.Site and T.CustomerID=X.CustomerID
<if test="site != null and site != ''"> <if test="site != null and site != ''">
and T.Site = #{site} and T.Site = #{site}
</if> </if>

Loading…
Cancel
Save