From 30846c0d13ee4136d68ba509b05281378db951c6 Mon Sep 17 00:00:00 2001 From: 啊鑫 <t2856754968@163.com> Date: 星期四, 19 九月 2024 14:14:27 +0800 Subject: [PATCH] 生成委外订单接口 --- MES.Service/service/WomcaaManager.cs | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/MES.Service/service/WomcaaManager.cs b/MES.Service/service/WomcaaManager.cs index 88024a6..da930bf 100644 --- a/MES.Service/service/WomcaaManager.cs +++ b/MES.Service/service/WomcaaManager.cs @@ -114,7 +114,7 @@ Caa018 = Convert.ToDecimal(dto.planId), Caa019 = Convert.ToDecimal(dto.planSeq), Caa020 = dto.planNum, - FENTRYID = Convert.ToDecimal(dto.FMOENTRYID) + Fmoentryid = Convert.ToDecimal(dto.FMOENTRYID) }; var single = base.GetSingle(it => it.Erpid == entity.Erpid); -- Gitblit v1.9.3