..
This commit is contained in:
@@ -151,7 +151,8 @@ namespace JobReportMailService
|
||||
var vGcode = gcodedata;
|
||||
if (string.IsNullOrEmpty(vGcode)) continue;
|
||||
|
||||
//if (vGcode.Contains("K5") == false) continue;
|
||||
if (vGcode.Contains("K5") == false) continue;
|
||||
|
||||
|
||||
var MailJD = dtMailForm.Where(t => t.gcode == vGcode & t.cate == "JD").FirstOrDefault();
|
||||
if (MailJD == null)
|
||||
|
||||
Reference in New Issue
Block a user