mirror of
https://gitee.com/dotnetchina/SqlSugar.git
synced 2025-04-24 18:04:52 +08:00
code optimization
This commit is contained in:
parent
71c3b727cb
commit
0a200d205c
@ -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());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user