Ver código fonte

历史排班

28169 2 meses atrás
pai
commit
39eca59a78
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      controllers/his_config_api_controller.go

+ 1 - 0
controllers/his_config_api_controller.go Ver arquivo

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