username@email.com
1 天以前 d4431c7e89865a506af8662244004d0baa7ed609
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();
            }