浏览代码

拉取代码

XMLWAN 4 年前
父节点
当前提交
5176461f07
共有 2 个文件被更改,包括 1 次插入1 次删除
  1. 二进制
      gdyb
  2. 1 1
      service/sz_his_service.go

二进制
gdyb 查看文件


+ 1 - 1
service/sz_his_service.go 查看文件

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