|
|
@ -70,6 +70,15 @@ namespace Coldairarrow.Business.HuiYan |
|
|
|
|
|
|
|
#endregion
|
|
|
|
|
|
|
|
|
|
|
|
public AjaxResult GetTaskCount() |
|
|
|
{ |
|
|
|
var list = Db.GetIQueryable<pricetasklog>().Where(c => c.UserId == _operator.UserId).Select(c => c.State); |
|
|
|
|
|
|
|
return Success(list); |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
public PageResult<TeamitemDto> GetItems(PageInput<ConditionDTO> input) |
|
|
|
{ |
|
|
|
Expression<Func<teamitems, items, pricetasklog, TeamitemDto>> select = (a, b, c) => new TeamitemDto |
|
|
|