1
This commit is contained in:
@@ -48,8 +48,8 @@ namespace Tnb.EquipMgr
|
||||
var pk = id;
|
||||
TDest entity = new();
|
||||
entity.id = SnowflakeIdHelper.NextId();
|
||||
entity.PropertySetValue<TDest>(mColumnName, input.item_group_id);
|
||||
entity.PropertySetValue<TDest>(name,pk);
|
||||
entity.PropertySetValue(mColumnName, input.item_group_id);
|
||||
entity.PropertySetValue(name,pk);
|
||||
entities.Add(entity);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user