Commit 73606fb2 authored by 吴春's avatar 吴春

提交代码

parent 6f345e9a
...@@ -3907,7 +3907,8 @@ namespace Mall.Module.Product ...@@ -3907,7 +3907,8 @@ namespace Mall.Module.Product
model.IsApplyForCancel, model.IsApplyForCancel,
model.RejectRemark, model.RejectRemark,
model.IsCanApplyForAfterSale, model.IsCanApplyForAfterSale,
model.PresentFXGrade model.PresentFXGrade,
model.BuyerMessage
}); });
} }
......
...@@ -885,7 +885,7 @@ namespace Mall.Module.Product ...@@ -885,7 +885,7 @@ namespace Mall.Module.Product
model.RejectRemark, model.RejectRemark,
model.IsCanApplyForAfterSale, model.IsCanApplyForAfterSale,
model.PresentFXGrade, model.PresentFXGrade,
model.Remark model.BuyerMessage
}); });
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment