username@email.com
2023-12-11 72e4a4d81cb1b9776ffb7287e0c5ed67592eda8b
zhengcaioa/Services/HrDeptService.cs
@@ -97,7 +97,7 @@
        {
            var entity = _context.HrDepts.Find(id);
            if (entity.RecStatus != "A")
            if (entity==null || entity.RecStatus != "A")
            {
                entity = new HrDept();
            }