⚡ 优化代码生成模板
This commit is contained in:
parent
10f0d12842
commit
925440716b
@ -185,7 +185,7 @@ $if(replaceDto.ShowBtnExport)
|
|||||||
{
|
{
|
||||||
$foreach(column in dicts)
|
$foreach(column in dicts)
|
||||||
$if(column.DictType != "")
|
$if(column.DictType != "")
|
||||||
${column.CsharpField}Label = it.${column.CsharpField}.GetConfigValue<Model.System.SysDictData>("${column.DictType}"),
|
${column.CsharpField}Label = it.${column.CsharpField}.GetConfigValue<Model.System.SysDictData>("${column.DictType}"),
|
||||||
$end
|
$end
|
||||||
$end
|
$end
|
||||||
}, true)
|
}, true)
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user