organization

This commit is contained in:
skiffer-git
2022-04-18 18:02:11 +08:00
parent b1c66997ca
commit 5664c34790
2 changed files with 9 additions and 2 deletions
+1 -1
View File
@@ -433,7 +433,7 @@ func DeleteUserInDepartment(c *gin.Context) {
return
}
apiResp := api.GetDepartmentMemberResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}}
apiResp := api.DeleteUserInDepartmentResp{CommResp: api.CommResp{ErrCode: RpcResp.ErrCode, ErrMsg: RpcResp.ErrMsg}}
log.NewInfo(req.OperationID, utils.GetSelfFuncName(), "api return ", apiResp)
c.JSON(http.StatusOK, apiResp)
}