Commit 7181970c by chenzhengpeng

代码修改

parent dd3a1f78
......@@ -36,7 +36,7 @@ namespace Siger.Middlelayer.AccRepository.Repositories
}
else
{
var unDolist = _context.siger_automation_task_list.Where(f => f.send == 1 && f.status != (int)TaskResultStatus.Complated).Count();
var unDolist = _context.siger_automation_task_list.Where(f => f.send == 1 && f.status == (int)TaskResultStatus.Produce && f.status == (int)TaskResultStatus.Waiting).Count();
if (unDolist == 0)
return true;
else
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment