Browse Source

导表累加套装属性值补充提交

huangxiaoyue 1 year ago
parent
commit
f388d1527f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Editor/Excel/Scanner/SuitGuideScanner.cs

+ 1 - 1
GameClient/Assets/Editor/Excel/Scanner/SuitGuideScanner.cs

@@ -41,7 +41,7 @@ namespace GFGEditor
                 {
                     var names = new string[] { nameof(a.Key.tagsArr).Replace("Arr", "") };
                     var values = new string[] { string.Join(";", a.Value) };
-                    SQLiteHelper.Instance.UpdateValues(nameof(SuitCfgArray), names, values, nameof(a.Key), a.Value.ToString());
+                    SQLiteHelper.Instance.UpdateValues(nameof(SuitCfgArray), names, values, nameof(a.Key.id), a.Key.id.ToString());
                 }
             }
             catch (Exception e)