Ki Promptbausteine in Mok integriert V0.1
log4net und System.Runtime.CompilerServices.Unsafe.dll aktualisiert
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user