username@email.com
2022-12-27 5bf3139b3c70c7fd5ce92a6f895a92fa7ebf1d95
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();
            }