Browse Source

耗材参数

XMLWAN 4 years ago
parent
commit
3e7d56f985
1 changed files with 1 additions and 0 deletions
  1. 1 0
      controllers/his_project_api_controller.go

+ 1 - 0
controllers/his_project_api_controller.go View File

@@ -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)