Weben_CMS专用代码生成器/Code/Templete/AppService/AppService模板.txt | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
Weben_CMS专用代码生成器/Code/Templete/AppService/AppService模板.txt
@@ -114,10 +114,10 @@ await $EntityInstanceName$Repository.InsertAsync(insertObj); if (input.Sort.HasValue && insertObj.Sort != maxSort) { await AdjustSortAsync(insertObj.Id, insertObj.Sort); } //if (input.Sort.HasValue && insertObj.Sort != maxSort) //{ // await AdjustSortAsync(insertObj.Id, insertObj.Sort); //} return ObjectMapper.Map<$EntityName$, $EntityName$Dto>(insertObj); }