mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-09-19 01:58:13 +08:00
code optimization
This commit is contained in:
@@ -46,7 +46,7 @@ namespace SqlSugar
|
||||
List<string> formatArgs = new List<string>() { enMessage, cnMessage };
|
||||
formatArgs.AddRange(args);
|
||||
return string.Format(@"中文提示 : {1}
|
||||
Chinese Message : {0}", formatArgs.ToArray());
|
||||
English Message : {0}", formatArgs.ToArray());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user