修复生成业务代码异常

优化代码,删除columnHeaders
This commit is contained in:
yubaolee
2021-10-27 22:47:42 +08:00
parent 9fd0405721
commit 1c699eda26
9 changed files with 19 additions and 17 deletions

View File

@@ -567,7 +567,7 @@ namespace OpenAuth.App
+ "` ( Id varchar(50) not null primary key,") ; //主键
string sqlDefault = "";
// string sqlDefault = "";
foreach (var json in jsonArray)
{