This commit is contained in:
余宇波 2025-11-13 10:16:39 +08:00
parent 8906817f39
commit d3834ef602

View File

@ -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
--(