浏览代码

修复已审核复制,部门赋值遗漏信息

chen_yjin 1 周之前
父节点
当前提交
6556cd8cd7
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      JLHHJSvr/Helper/MattressHelper.cs

+ 1 - 0
JLHHJSvr/Helper/MattressHelper.cs

@@ -1878,6 +1878,7 @@ namespace JLHHJSvr.Helper
             {
                 var mattress_copy = GetMattress(mattress.mattressid);
                 var mxlist = new List<u_mattress_mx_mtrl>();
+                mattress_copy.deptid = mattress.deptid;
                 
                 if (mattress.mattress_length > 0 && mattress.mattress_width > 0)
                 {