Browse Source

历史排班

28169 1 month ago
parent
commit
bf9ea2f5dc
2 changed files with 1 additions and 1 deletions
  1. BIN
      XT_New.exe
  2. 1 1
      controllers/patient_dataconfig_api_controller.go

BIN
XT_New.exe View File


+ 1 - 1
controllers/patient_dataconfig_api_controller.go View File

3055
 		list, _ := dataBody["list"].([]interface{})
3055
 		list, _ := dataBody["list"].([]interface{})
3056
 		for _, item := range list {
3056
 		for _, item := range list {
3057
 			byterequest, _ := json.Marshal(item)
3057
 			byterequest, _ := json.Marshal(item)
3058
-			str += string(byterequest) + ","
3058
+			str += string(byterequest)
3059
 		}
3059
 		}
3060
 	}
3060
 	}
3061
 	patient_id := int64(dataBody["patient_id"].(float64))
3061
 	patient_id := int64(dataBody["patient_id"].(float64))