Browse Source

修复 if (dictTableField.Any()) { 缺少结束大括号

Cyrus Zhou 1 year ago
parent
commit
1415d642af
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Admin.NET/Admin.NET.Web.Entry/wwwroot/template/Service.cs.vm

+ 1 - 1
Admin.NET/Admin.NET.Web.Entry/wwwroot/template/Service.cs.vm

@@ -342,6 +342,7 @@ public partial class @(Model.ClassName)Service : IDynamicApiController, ITransie
                         }
                         }
                         @:item.Error = sbError.ToString();
                         @:item.Error = sbError.ToString();
                     @:}
                     @:}
+                    }
 
 
                     @:
                     @:
                     @:// 校验并过滤必填基本类型为null的字段
                     @:// 校验并过滤必填基本类型为null的字段
@@ -401,5 +402,4 @@ public partial class @(Model.ClassName)Service : IDynamicApiController, ITransie
         @:}
         @:}
     @:}
     @:}
     }
     }
-@:}
 }
 }