username@email.com
2023-02-03 c28a5cd5367ba6a0d210dc897fd9a7cf6e46e570
zhengcaioa/Services/FiBookService.cs
@@ -73,10 +73,10 @@
            var entity = _context.FiBooks.Find(id);
            if (entity.RecStatus != "A")
            {
                entity = new FiBook();
            }
            //if (entity.RecStatus != "A")
            //{
            //    entity = new FiBook();
            //}
            var result = _mapper.Map<FiBookDTO>(entity);