Explorar o código

1、修复床垫报价复制报价生成的清单配置为空问题

MY hai 6 días
pai
achega
f53df69e49
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      JLHHJSvr/Excutor/SaveMattressExcutor.cs

+ 1 - 1
JLHHJSvr/Excutor/SaveMattressExcutor.cs

@@ -479,7 +479,7 @@ namespace JLHHJSvr.Excutor
 
                 if (mattress.copy_id != null && mattress.copy_id > 0)
                 {
-                    helper.CopyMattressInterface(mattress.copy_id.Value, mattress.mattressid);
+                    helper.CopyMattressInterface(mattress.mattressid,mattress.copy_id.Value);
                 }
 
             }