Explorar el Código

【修改】工资条管理:年份显示修改;

新疆体育高职分支
dyy hace 8 meses
padre
commit
a802751c4d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Controllers/MP_ManagementPlanController.cs

+ 1
- 1
Learun.Framework.Ultimate V7/Learun.Application.Web/Areas/PersonnelManagement/Controllers/MP_ManagementPlanController.cs Ver fichero

@@ -118,7 +118,7 @@ namespace Learun.Application.Web.Areas.PersonnelManagement.Controllers
[AjaxOnly]
public ActionResult GetAcademicYear()
{
var data = WebHelper.GenerateNearByAcademicTwo();
var data = WebHelper.GenerateNearByYear();
return Success(data);
}



Cargando…
Cancelar
Guardar