This commit is contained in:
wangchuxiao
2022-06-08 18:40:07 +08:00
committed by Xinwei Xiong(cubxxw-openim)
parent 119aa4df02
commit 13498a5f95
2 changed files with 7 additions and 5 deletions
+5 -4
View File
@@ -29,10 +29,11 @@ func onboardingProcess(operationID, userID, userName string) {
log.NewError(operationID, utils.GetSelfFuncName(), "joinTestDepartment failed", err.Error())
}
//groupIDList, err := GetDepartmentGroupIDList(operationID, departmentID)
//if err != nil {
// log.NewError(operationID, utils.GetSelfFuncName(), err.Error())
//}
groupIDList, err := GetDepartmentGroupIDList(operationID, departmentID)
if err != nil {
log.NewError(operationID, utils.GetSelfFuncName(), err.Error())
}
log.NewInfo(operationID, utils.GetSelfFuncName(), groupIDList)
//joinGroups(operationID, userID, userName, groupIDList)
log.NewInfo(operationID, utils.GetSelfFuncName(), "fineshed")
}