|
@@ -820,6 +820,7 @@ func (this *HisProjectApiController) GetAllProjectTeam() {
|
820
|
820
|
|
821
|
821
|
adminUserInfo := this.GetAdminUserInfo()
|
822
|
822
|
orgId := adminUserInfo.CurrentOrgId
|
|
823
|
+ fmt.Println("aaa")
|
823
|
824
|
team, err := service.GetAllProjectTeam(orgId)
|
824
|
825
|
if err != nil {
|
825
|
826
|
this.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeUpdateConfig)
|