Browse Source

补充提交

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

+ 2 - 2
JLHHJSvr/Helper/MattressHelper.cs

@@ -812,7 +812,7 @@ namespace JLHHJSvr.Helper
         /// </summary>
         /// <param name="mattress"></param>
         /// <param name="mxlist"></param>
-        /// <param name="isCalBed">是否获取新的公式计算</param>
+        /// <param name="isNewFormula">是否获取新的公式计算</param>
         private void InitMattressMxListReplaceMents(u_mattress mattress,List<u_mattress_mx_mtrl> mxlist, Boolean isNewFormula = true)
         {
             string fob_expression = string.Empty,cubage_expression = string.Empty;
@@ -1339,7 +1339,7 @@ namespace JLHHJSvr.Helper
                 }
 
                 AddKeyValue("大小单系统", _rate);
-                AddKeyValue("款式系", mattressType.typerate.Value);
+                AddKeyValue("款式系", mattressType.typerate.Value);
 
                 #region 公式利润点
                 AddKeyValue("管理费用点", dept.managerate);