Skip to content

Commit 0ce2253

Browse files
committed
fix: 680
Merged PR 242: AND idente IN @idente Related work items: #680
1 parent bc0c1bf commit 0ce2253

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Infrastructure/PortaleFatture.BE.Infrastructure/Common/SEND/DatiModuloCommesse/Queries/Persistence/ModuloCommessaPrevisionaleDownloadQueryGetPersistence.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public class ModuloCommessaPrevisionaleDownloadQueryGetPersistence(ModuloCommess
2020
{
2121
string? where = string.Empty;
2222
if (!_idEnti.IsNullNotAny())
23-
where = " AND identi IN @idente";
23+
where = " AND idente IN @idente ";
2424

2525
return await ((IDatabase)this).SelectAsync<ModuloCommessaPrevisionaleDownloadDtov2>(connection!, $"{_sqlSelect}{where}{_orderBy}",
2626
new

0 commit comments

Comments
 (0)