123
This commit is contained in:
parent
8906817f39
commit
d3834ef602
@ -24,7 +24,7 @@ BEGIN
|
||||
FROM dbo.T_SAL_ORDER a WITH (NOLOCK)
|
||||
LEFT JOIN dbo.T_SAL_ORDERPLAN b WITH (NOLOCK)
|
||||
ON a.FID = b.FID
|
||||
LEFT JOIN T_SAL_RETURNNOTICEFIN fin WITH (NOLOCK)
|
||||
LEFT JOIN T_SAL_ORDERFIN fin WITH (NOLOCK)
|
||||
ON a.fid=fin.FID
|
||||
--INNER JOIN
|
||||
--(
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user