diff --git a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplService.txt b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplService.txt index b46cba5..5bfc7e4 100644 --- a/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplService.txt +++ b/ZR.Admin.WebApi/wwwroot/CodeGenTemplate/TplService.txt @@ -185,7 +185,7 @@ $if(replaceDto.ShowBtnExport) { $foreach(column in dicts) $if(column.DictType != "") - ${column.CsharpField}Label = it.${column.CsharpField}.GetConfigValue("${column.DictType}"), + ${column.CsharpField}Label = it.${column.CsharpField}.GetConfigValue("${column.DictType}"), $end $end }, true)