From 93e6a8bf1c1d3586528978f614b17c9aa1f9734e Mon Sep 17 00:00:00 2001 From: hao <1836460075@qq.com> Date: 星期五, 13 六月 2025 16:04:41 +0800 Subject: [PATCH] Merge branch 'master' of http://43.142.96.171:8080/r/~yhj/HM_JK --- StandardInterface/MES.Service/service/CgthSqManager.cs | 8 +++++++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/StandardInterface/MES.Service/service/CgthSqManager.cs b/StandardInterface/MES.Service/service/CgthSqManager.cs index da29100..44b5ba0 100644 --- a/StandardInterface/MES.Service/service/CgthSqManager.cs +++ b/StandardInterface/MES.Service/service/CgthSqManager.cs @@ -67,7 +67,8 @@ YsFs = dto.Ys_fs, //楠屾敹鏂瑰紡 Bz = dto.bz, //澶囨敞 Erpid = dto.ERPID, //鍗曟嵁澶磇d - CreateDate=DateTime.Now, + Ydid=dto.yd_id, + CreateDate =DateTime.Now, }; var single = base.GetSingle(it => it.Erpid == entity.Erpid); if (single != null) entity.Id = single.Id; @@ -92,6 +93,7 @@ Eid = dto.eid, //鍗曟嵁澶磇d Flot=dto.flot, //鎵瑰彿 Fmto=dto.fmoto, //璁″垝璺熻釜鍙� + YdflId = dto.ydfl_id, //婧愬崟鍒嗗綍id Quantity = decimal.TryParse(dto.quantity, out var qtyVal) ? qtyVal : null, //鏁伴噺 }; @@ -114,6 +116,10 @@ List<CgthSqDetail> mesWomcabs) { var decimals = mesWomcabs.Select(s => s.Id).ToArray(); + + //鎵爜涓嶅厑璁稿垹闄� + + throw new NotImplementedException("鎵爜涓嶅厑璁稿垹闄�"); var update = base.DeleteById(mesWomCgth.Id); var insertOrUpdate = db .Deleteable<CgthSqDetail>().In(decimals) -- Gitblit v1.9.3