修改后处理上传验证
This commit is contained in:
@@ -9,6 +9,7 @@ using System.Collections.Generic;
|
||||
using System.IO;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using static System.Net.Mime.MediaTypeNames;
|
||||
|
||||
partial class Program
|
||||
{
|
||||
@@ -55,7 +56,13 @@ partial class Program
|
||||
|
||||
|
||||
// 要生成的表名数组
|
||||
var tableNames = new List<string>(args);
|
||||
var tableNames = new List<string>(args);
|
||||
|
||||
if (args.Contains(".") || args.Contains("-")|| args.Contains("application")|| args.Contains("IR"))
|
||||
{
|
||||
tableNames = new List<string>();
|
||||
}
|
||||
|
||||
|
||||
try
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user