csx 1 year ago
parent
commit
89fdeb6ab9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      service/ystx_service.go

+ 1 - 1
service/ystx_service.go View File

@@ -605,7 +605,7 @@ func HttpGetTfData(id_card_no string, advice_time string) (string, string) {
605 605
 
606 606
 	inputData["病人来源"] = "1"
607 607
 	inputData["身份证号"] = id_card_no
608
-	inputData["开嘱时间"] = "2022-07-26 17:41:22"
608
+	inputData["开嘱时间"] = advice_time
609 609
 
610 610
 	var inputLog string
611 611
 	bytesData, err := json.Marshal(inputData)