Commit be07308a authored by liudong1993's avatar liudong1993

1

parent a9ee7a9f
...@@ -222,6 +222,7 @@ namespace REBORN.Module.FinanceModule ...@@ -222,6 +222,7 @@ namespace REBORN.Module.FinanceModule
return false; return false;
} }
#region 修改订单金额 #region 修改订单金额
if (RelevanceFrId == null) { RelevanceFrId = "1"; }
string Content = "财务更新订单金额:"; string Content = "财务更新订单金额:";
Dictionary<string, object> keyValues = new Dictionary<string, object>(); Dictionary<string, object> keyValues = new Dictionary<string, object>();
if (OrderPrice >= 0) if (OrderPrice >= 0)
......
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