This commit is contained in:
2024-09-14 16:04:41 +08:00
parent 81c33d81ad
commit b883609f12
3 changed files with 5 additions and 2 deletions

View File

@@ -720,6 +720,9 @@ namespace Tnb.ProductionMgr
{
records = await _db.Queryable<ThirdWebapiRecord>().Where(x => thirdNameArr.Contains(x.third_name) && x.status == "0" && x.is_send == 1).ToListAsync();
}
if (records.IsEmpty()) return "";
DateTime now = DateTime.Now;
Stopwatch stopwatch = null;
string response = "";