Browse Source

修复大单金额问题

chen_yjin 2 weeks ago
parent
commit
a90ac88680
1 changed files with 2 additions and 2 deletions
  1. 2 2
      JLHHJSvr/Helper/MattressHelper.cs

+ 2 - 2
JLHHJSvr/Helper/MattressHelper.cs

@@ -1011,7 +1011,7 @@ namespace JLHHJSvr.Helper
             else
             {
                 CalCulateCostNew(mattress, "大单", mattersstype);
-                mattress.foreign_cost_bz = mattress.dept_cost;
+                mattress.foreign_cost_dd = mattress.dept_cost;
             }
             AddKeyValue("大单金额", mattress.foreign_cost_dd);
             #endregion
@@ -1338,7 +1338,7 @@ namespace JLHHJSvr.Helper
                     }
                 }
 
-                AddKeyValue("大小单系", _rate);
+                AddKeyValue("大小单系", _rate);
                 AddKeyValue("款式系数", mattressType.typerate.Value);
 
                 #region 公式利润点