陈少旭 3 miesięcy temu
rodzic
commit
7da42ddc94
1 zmienionych plików z 1 dodań i 0 usunięć
  1. 1 0
      controllers/his_export_data_controller.go

+ 1 - 0
controllers/his_export_data_controller.go Wyświetl plik

120
 	}
120
 	}
121
 
121
 
122
 	result, _ := service.GetHisOrderBy10697SummaryTwo(start_time, end_time, ins, startTime, endTime)
122
 	result, _ := service.GetHisOrderBy10697SummaryTwo(start_time, end_time, ins, startTime, endTime)
123
+
123
 	c.ServeSuccessJSON(map[string]interface{}{
124
 	c.ServeSuccessJSON(map[string]interface{}{
124
 		"result": result,
125
 		"result": result,
125
 	})
126
 	})