11
This commit is contained in:
@@ -84,6 +84,7 @@ namespace MyCode.Project.Services.Implementation
|
||||
{
|
||||
return;
|
||||
}
|
||||
//config.FSecret = "gb2VUPGalzEgH9iIWeI7u9GUAlFA3-hXzl2GESRxX-U";
|
||||
var infoList = _enterpriseWechatService.GetDepartmentList("", config.FAppid, config.FSecret);
|
||||
var ids = infoList.Select(x => long.Parse(x.Id.ToString())).ToList();
|
||||
var existsDepartList = _basDepartmentRepository.Queryable().Where(x => 1 == 1).ToList();
|
||||
|
||||
Reference in New Issue
Block a user