Commit a90ecd01 authored by 黄奎's avatar 黄奎

Merge branch 'master' of http://gitlab.oytour.com/Kui2/education

parents 8dd982e2 e189c981
......@@ -122,6 +122,7 @@ namespace Edu.Module.System
x.StageName,
x.ChildCount
});
return result;
}
return list;
}
......
......@@ -282,13 +282,6 @@ namespace Edu.WebApi.Controllers.APP
#endregion
#region 获取客户阶段
public Object GetPeersCustomerStageCount()
{
return appHomePageModule.GetPeersCustomerStageCount(base.AppUserInfo.Group_Id, base.AppUserInfo.Id);
}
#endregion
}
}
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