|
@ -282,7 +282,7 @@ namespace Coldairarrow.Business.HuiYan |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var nowCount = Db.GetIQueryable<pricetasklog>().Count(c => c.State != PriceTaskState.比价完成 && c.State != PriceTaskState.已比价 && c.UserId == _operator.UserId); |
|
|
var nowCount = Db.GetIQueryable<pricetasklog>().Count(c => c.State== PriceTaskState.待比价 && c.UserId == _operator.UserId); |
|
|
if (nowCount >= 10) |
|
|
if (nowCount >= 10) |
|
|
{ |
|
|
{ |
|
|
return Error("任务接取已达上限!"); |
|
|
return Error("任务接取已达上限!"); |
|
|