优化代码生成功能

This commit is contained in:
不做码农
2021-12-07 16:51:14 +08:00
parent 74635e79b9
commit f453b95f61
7 changed files with 78 additions and 65 deletions

View File

@@ -67,7 +67,7 @@ export function export${replaceDto.ModelTypeName}(query) {
})
}
$if(genTable.SortField != "")
$if(genTable.SortField != "" && genTable.SortField != null)
//排序
export function changeSort(data) {
return request({