Browse Source

耗材参数

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

+ 1 - 1
controllers/his_project_api_controller.go View File

1075
 	adminUserInfo := this.GetAdminUserInfo()
1075
 	adminUserInfo := this.GetAdminUserInfo()
1076
 	orgId := adminUserInfo.CurrentOrgId
1076
 	orgId := adminUserInfo.CurrentOrgId
1077
 	_, errcode := service.GetHisTemplateId(template_id, orgId)
1077
 	_, errcode := service.GetHisTemplateId(template_id, orgId)
1078
-	fmt.Println("errcode", errcode)
1078
+	//fmt.Println("errcode", errcode)
1079
 	if errcode == gorm.ErrRecordNotFound {
1079
 	if errcode == gorm.ErrRecordNotFound {
1080
 		template := models.XtHisTemplate{
1080
 		template := models.XtHisTemplate{
1081
 			TemplateId: template_id,
1081
 			TemplateId: template_id,