csx 4 anni fa
parent
commit
185d6320ac
1 ha cambiato i file con 3 aggiunte e 0 eliminazioni
  1. 3 0
      service/gdyb_service.go

+ 3 - 0
service/gdyb_service.go Vedi File

@@ -1260,6 +1260,9 @@ func Gdyb2503(psnNo string, insutype string, org_name string, doctor string, fix
1260 1260
 	inputData["diag_dr_codg"] = doctor_id          // 开始时间
1261 1261
 	inputData["diag_dr_name"] = doctor             // 开始时间
1262 1262
 	inputData["begndate"] = timeFormatOne          // 医师编码
1263
+	inputData["tel"] = ""                          // 医师编码
1264
+	inputData["addr"] = ""                         // 医师编码
1265
+
1263 1266
 	input["data"] = inputData
1264 1267
 	inputMessage["input"] = input //交易输入
1265 1268
 	bytesData, err := json.Marshal(inputMessage)