....
This commit is contained in:
@@ -102,6 +102,8 @@ namespace JobReportMailService
|
||||
var vGcode = gcodedata.Key;
|
||||
if (string.IsNullOrEmpty(vGcode)) continue;
|
||||
|
||||
//if (vGcode.Contains("K5") == false) continue;
|
||||
|
||||
var MailJD = db.MailForm.Where(t => t.gcode == vGcode & t.cate == "JD").FirstOrDefault();
|
||||
if (MailJD == null)
|
||||
{
|
||||
@@ -314,5 +316,10 @@ namespace JobReportMailService
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
private void toolStripButton1_Click_1(object sender, EventArgs e)
|
||||
{
|
||||
RunData();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user