From d47bca3783cac9c1e50074befe8607085926f304 Mon Sep 17 00:00:00 2001 From: "DEVICE8\\12494" Date: Thu, 18 May 2023 18:44:40 +0800 Subject: [PATCH] 1 --- EquipMgr/Tnb.EquipMgr/BaseMoldMaintainService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/EquipMgr/Tnb.EquipMgr/BaseMoldMaintainService.cs b/EquipMgr/Tnb.EquipMgr/BaseMoldMaintainService.cs index 99d7a30a..9f0261fc 100644 --- a/EquipMgr/Tnb.EquipMgr/BaseMoldMaintainService.cs +++ b/EquipMgr/Tnb.EquipMgr/BaseMoldMaintainService.cs @@ -48,8 +48,8 @@ namespace Tnb.EquipMgr var pk = id; TDest entity = new(); entity.id = SnowflakeIdHelper.NextId(); - entity.PropertySetValue(mColumnName, input.item_group_id); - entity.PropertySetValue(name,pk); + entity.PropertySetValue(mColumnName, input.item_group_id); + entity.PropertySetValue(name,pk); entities.Add(entity); } }