Commit 7ace6a2b authored by 吴春's avatar 吴春
parents b39ef7f5 be07308a
...@@ -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