28169 1 anno fa
parent
commit
39eca59a78
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  1. 1 0
      controllers/his_config_api_controller.go

+ 1 - 0
controllers/his_config_api_controller.go Vedi File

@@ -1112,6 +1112,7 @@ func (c *HisConfigApiController) ReplacePeopleName() {
1112 1112
 	var list []*models.DialysisPatient
1113 1113
 	finlist := make([]*models.DialysisPatient, 0) //筛选后的列表
1114 1114
 	list, err = service.GetDialysisModePatient(orgid, mode)
1115
+	fmt.Println("list-----------------", list)
1115 1116
 	if err != nil {
1116 1117
 		c.ServeFailJsonSend(enums.ErrorCodeParamWrong, err.Error())
1117 1118
 		return