Ver código fonte

提交代码

陈少旭 1 mês atrás
pai
commit
7da42ddc94
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      controllers/his_export_data_controller.go

+ 1 - 0
controllers/his_export_data_controller.go Ver arquivo

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