username@email.com
2023-02-13 e26f08af87c158aeac41b9a94398636c1c580556
zhengcaioa/Services/FiBookService.cs
@@ -46,7 +46,7 @@
                    updateproject.Chubanshe = entity.Chubanshe;
                    updateproject.Chubantime = entity.Chubantime;
                    updateproject.Danjia = entity.Danjia;
                    updateproject.Jifen = entity.Jifen;
                    updateproject.RecStatus = entity.RecStatus;
@@ -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);