Commit f1970a59 authored by 黄奎's avatar 黄奎

页面修改

parent 148818e1
...@@ -1791,7 +1791,7 @@ namespace Edu.WebApi.Controllers.User ...@@ -1791,7 +1791,7 @@ namespace Edu.WebApi.Controllers.User
}; };
query.Group_Id = base.UserInfo.Group_Id; query.Group_Id = base.UserInfo.Group_Id;
var list = studentStatModule.GetStudentCompanyRateListMonthModule(query); var list = studentStatModule.GetStudentCompanyRateListMonthModule(query);
string excelName = "课程顾问部月成长率统计.xls"; string excelName = "全公司月成长率统计.xls";
List<ExcelDataSource> slist = new List<ExcelDataSource>(); List<ExcelDataSource> slist = new List<ExcelDataSource>();
try try
{ {
......
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