XMLWAN hace 4 años
padre
commit
5176461f07
Se han modificado 2 ficheros con 1 adiciones y 1 borrados
  1. BIN
      gdyb
  2. 1 1
      service/sz_his_service.go

BIN
gdyb Ver fichero


+ 1 - 1
service/sz_his_service.go Ver fichero

@@ -732,7 +732,7 @@ func SzybML009(doctor string, doctor_code string, fixmedins_code string, pro *mo
732 732
 	inputMessage := SetSZDrugMessage(doctor, doctor_code, fixmedins_code)
733 733
 
734 734
 	inputData := make(map[string]interface{})
735
-
735
+	inputData["listsize"] = 1
736 736
 	inputMessage["transType"] = "ML009" // 交易编码
737 737
 	feedetail := make([]map[string]interface{}, 0)
738 738