| | |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 更新状态 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | | /// <returns></returns> |
| | | public bool UpdateShifoushensu(Model.OA_WageAwardPunish model) |
| | | { |
| | | |
| | | return iOA_WageAwardPunishDAL.UpdateShifoushensu(model); |
| | | } |
| | | |
| | | /// <summary> |
| | | /// 删除 |
| | | /// </summary> |
| | | /// <param name="model"></param> |
| | |
| | | /// <param name="PlanPeople"></param> |
| | | /// <param name="StatisticsTime"></param> |
| | | /// <returns></returns> |
| | | public IEnumerable<Model.OA_WageAwardPunish> SelectModelPageByWage(Infrastructure.Query.Pagination pagination, Guid MemberId, int? DepartmentId, string PlanPeople, string StatisticsTime) |
| | | public IEnumerable<Model.OA_WageAwardPunish> SelectModelPageByWage(Infrastructure.Query.Pagination pagination, Guid MemberId, int? DepartmentId, string PlanPeople, string StatisticsTime, string EndisticsTime, string selStatus ="") |
| | | { |
| | | return iOA_WageAwardPunishDAL.SelectModelPageByWage(pagination, MemberId, DepartmentId, PlanPeople, StatisticsTime); |
| | | return iOA_WageAwardPunishDAL.SelectModelPageByWage(pagination, MemberId, DepartmentId, PlanPeople, StatisticsTime, EndisticsTime, selStatus); |
| | | } |
| | | } |
| | | } |