Commit a90a5f27 authored by liudong1993's avatar liudong1993

1

parent cd9a2c84
......@@ -1581,7 +1581,7 @@ namespace Mall.Module.Product
Dictionary<string, object> keyValues = new Dictionary<string, object>() {
{ nameof(RB_Goods_Order.OrderStatus),OrderStatusEnum.WaitSendGoods},
{ nameof(RB_Goods_Order.OrderSource),UserSourceEnum.ERP},
{ nameof(RB_Goods_Order.PaymentTime),DateTime.Now}
{ nameof(RB_Goods_Order.PaymentTime),orderModel.CreateDate}
};
List<WhereHelper> wheres = new List<WhereHelper>() {
new WhereHelper(){
......
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