...
This commit is contained in:
@@ -8,7 +8,8 @@ namespace JobReportMailService
|
||||
{
|
||||
public static class Pub
|
||||
{
|
||||
public static string vGcode = "EET1P";
|
||||
// public static string vGcode = "EET1P";
|
||||
public static CSetting setting;
|
||||
public static string MailSort(string addr, string except)
|
||||
{
|
||||
if (string.IsNullOrEmpty(except)) return addr;
|
||||
@@ -19,5 +20,10 @@ namespace JobReportMailService
|
||||
if (alist.Count < 1) return string.Empty;
|
||||
return string.Join(";", alist);
|
||||
}
|
||||
public static void init()
|
||||
{
|
||||
setting = new CSetting();
|
||||
setting.Load();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user