username@email.com
2023-01-06 ce222173a9f29ca8291530f9da7ba5d9ecacbe39
zhengcaioa/Services/AdmGoodsManageService.cs
@@ -50,6 +50,8 @@
                    updateproject.ClassifyId = entity.ClassifyId;
                    updateproject.GoodsName = entity.GoodsName;
                    updateproject.ISBN = entity.ISBN;
                    if (entity.GoodsPrice.HasValue)
                    {
                        updateproject.GoodsPrice = entity.GoodsPrice;
@@ -171,7 +173,7 @@
                             GoodsStatus = a.GoodsStatus,
                             HaocaiStatus = a.HaocaiStatus,
                             GoodsName = a.GoodsName,
                             ISBN = a.ISBN,