Ki Promptbausteine in Mok integriert V0.1

log4net und System.Runtime.CompilerServices.Unsafe.dll aktualisiert
This commit is contained in:
2026-06-25 01:55:28 +02:00
parent 166de951b6
commit b4b1c24f31
11 changed files with 181 additions and 14 deletions

View File

@@ -9118,7 +9118,7 @@ namespace BeWo.Service.ServiceImplementations
try
{
var list = new List<InactivePersonDC>();
//return list;
return list;
var sql = @"select null, p.Oid as personoid, p.FirstName, p.LastName, p.DateOfBirth, a.Street as Strasse, a.PostalCode as PLZ, a.Town as Ort, p.insts from person p
left join address a on p.Addressoid = a.Oid
where (p.isactive = 0 or p.isactive = 2) and (p.SystemEntryID is null || p.SystemEntryID != -1)