csx 2 years 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
 
605
 
606
 	inputData["病人来源"] = "1"
606
 	inputData["病人来源"] = "1"
607
 	inputData["身份证号"] = id_card_no
607
 	inputData["身份证号"] = id_card_no
608
-	inputData["开嘱时间"] = "2022-07-26 17:41:22"
608
+	inputData["开嘱时间"] = advice_time
609
 
609
 
610
 	var inputLog string
610
 	var inputLog string
611
 	bytesData, err := json.Marshal(inputData)
611
 	bytesData, err := json.Marshal(inputData)