更新配置

This commit is contained in:
xiekaidong 2023-05-30 21:30:41 +08:00
parent a58c63a617
commit b031fe8a9b
21 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -549,7 +549,7 @@ def construct_lua_data(path, kts, tm, _key_set, data_list, filename, compact, ta
main_key = format_data(data, kt.type)
if len(multi_key) > 0:
print(multi_key.count)
sub_item_list.append(construct_lua_item(("_id", "int"), tm, main_key, tab, 2))
sub_item_list.append(construct_lua_item(("id", "int"), tm, main_key, tab, 2))
# sub_item_list.append('["%s"]=%s' % (format_data("_id", "string"), format_data(main_key, "int")))
else:
if 'json' in kt.type: