This commit is contained in:
2025-06-18 11:48:48 +08:00
parent c7a1d24ce9
commit 9409365e34
2 changed files with 7 additions and 3 deletions

View File

@@ -38,7 +38,7 @@ namespace Pilot_KD_Parino.SQL
FROM T_AR_RECEIVEBILL A
WHERE A.FDOCUMENTSTATUS = 'C'
AND A.FISINIT != '1'
AND A.FRECAMOUNTFOR >= A.F_AMOUNT {where}
AND A.FRECAMOUNTFOR > A.F_AMOUNT {where}
order by FCONTACTUNIT,A.FID desc ", FORGID);
return DBServiceHelper.ExecuteDynamicObject(ctx, sql.ToString(), null, null, CommandType.Text, null);
}