username@email.com
2023-10-24 61695afa95cbb7d5a703339b7a4951b8ed92c53e
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);