Merge branch 'master' of https://gitee.com/doan-tech/zhuangpei-mesbackend
This commit is contained in:
commit
61d4db67e8
@ -212,5 +212,14 @@ namespace DOAN.Service.Business
|
||||
return results;
|
||||
|
||||
}
|
||||
|
||||
|
||||
//public void CopyPreDaySchedule(DateTime date)
|
||||
//{
|
||||
// DateTime PreDate = date.AddDays(-1);
|
||||
|
||||
// List<GroupSchedule> Queryable().Where(it => it.ScheduleDate == date).ToList();
|
||||
|
||||
//}
|
||||
}
|
||||
}
|
||||
@ -26,6 +26,6 @@ namespace DOAN.Service.group.IService
|
||||
int GroupAddPerson(string group_schedule_id, string person_id, string CreatedBy);
|
||||
int GroupRemovePerson(string group_schedule_id, string person_id);
|
||||
|
||||
public Dictionary<DateTime, int> GetMonthScheduleResult(int HandleMonth)
|
||||
public Dictionary<DateTime, int> GetMonthScheduleResult(int HandleMonth);
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user