|
@@ -629,7 +629,6 @@ func SzybML008(doctor string, doctor_code string, fixmedins_code string, basedru
|
629
|
629
|
//生成输入报文
|
630
|
630
|
inputMessage := SetSZDrugMessage(doctor, doctor_code, fixmedins_code)
|
631
|
631
|
inputData := make(map[string]interface{})
|
632
|
|
- inputMessage["transType"] = "JY003" // 交易编码
|
633
|
632
|
inputData["listsize"] = 1
|
634
|
633
|
inputMessage["transType"] = "ML008" // 交易编码S
|
635
|
634
|
feedetail := make([]map[string]interface{}, 0)
|