From 46f376a69ae67821baefe93b40a401a31e488c9d Mon Sep 17 00:00:00 2001 From: zhou keda <1315948824@qq.com> Date: Mon, 2 Sep 2024 17:14:23 +0800 Subject: [PATCH] bug --- ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs b/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs index 19fdabf2..349fc3a2 100644 --- a/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs +++ b/ProductionMgr/Tnb.ProductionMgr/PrdMoTaskService.cs @@ -2476,7 +2476,7 @@ namespace Tnb.ProductionMgr throw Oops.Bah(result2.msg !=null ? result2.msg : "生产入库接口报错"); } //来源erp需要调接口 - if (prdMo.data_sources == "1") + if (prdMo.mo_source == "1") { List unitDatas = await db.Queryable() .LeftJoin((x, y) => x.Id == y.DictionaryTypeId)