合并最新

This commit is contained in:
2022-12-20 09:32:32 +08:00
parent 844e9f1488
commit 1abdaa9476
654 changed files with 73563 additions and 9746 deletions
@@ -550,6 +550,30 @@ namespace WebAPI.Controllers
return responeData;
}
#region
/// <summary>
/// 获取部门
/// </summary>
/// <returns></returns>
public Model.ResponeData getBaseDepart()
{
var responeData = new Model.ResponeData();
try
{
responeData.data = APIBaseInfoService.getBaseDepart(null);
}
catch (Exception ex)
{
responeData.code = 0;
responeData.message = ex.Message;
ErrLogInfo.WriteLog(ex, "WX接口-获取岗位信息", "BaseInfoController.getWorkPost");
}
return responeData;
}
#endregion
/// <summary>
/// 获取岗位信息
/// </summary>