【调整】 cfg 生成类型 data_json_monolithic使用data_json2的map格式。
parent
ec3dfe53ae
commit
3bb7d9a873
|
|
@ -804,7 +804,7 @@ namespace {ctx.TopModule}
|
||||||
{
|
{
|
||||||
allJsonTask.Add(Task.Run(() =>
|
allJsonTask.Add(Task.Run(() =>
|
||||||
{
|
{
|
||||||
return (string)DataExporterUtil.ToOutputData(c, ctx.Assembly.GetTableExportDataList(c), "data_json");
|
return (string)DataExporterUtil.ToOutputData(c, ctx.Assembly.GetTableExportDataList(c), "data_json2");
|
||||||
}));
|
}));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue