|
@@ -479,7 +479,7 @@ namespace JLHHJSvr.Excutor
|
|
|
|
|
|
if (mattress.copy_id != null && mattress.copy_id > 0)
|
|
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);
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|