username@email.com
110 分钟以前 d4431c7e89865a506af8662244004d0baa7ed609
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);