username@email.com
2023-12-07 c7ca1bd2476a1e45a900a24a4ea220710e3415b8
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);