瀏覽代碼

核价后台:1、修复床垫报价保存时没清空fob问题

chen_yjin 3 天之前
父節點
當前提交
68ec68ce1b
共有 1 個文件被更改,包括 4 次插入1 次删除
  1. 4 1
      JLHHJSvr/Helper/MattressHelper.cs

+ 4 - 1
JLHHJSvr/Helper/MattressHelper.cs

@@ -984,7 +984,10 @@ namespace JLHHJSvr.Helper
                         mattress.fob_replace_formula = $"{mattress.fob_replace_formula} / {bz.qty.Value}";
                     }
                 }
-            };
+            }
+            else {
+                mattress.fob = 0;
+            }
             AddKeyValue("FOB", mattress.fob);
             #endregion