瀏覽代碼

Merge branch 'master' of http://git.shengws.com/csx/gdyb

csx 3 年之前
父節點
當前提交
078931276a
共有 1 個文件被更改,包括 2 次插入2 次删除
  1. 2 2
      service/zh_his_service.go

+ 2 - 2
service/zh_his_service.go 查看文件

@@ -559,9 +559,9 @@ func ZHGdyb2301(psnNo string, mdtrtId string, hisPrescription []*models.NewCusto
559 559
 	nonce := GetRandomString(32)
560 560
 	timestamp := time.Now().Unix()
561 561
 	signature := setSignature(timestamp, nonce, secret_key)
562
-	tempTime := time.Unix(timestamp, 0)
562
+	//tempTime := time.Unix(timestamp, 0)
563 563
 	//timeFormat := tempTime.Format("20060102150405")
564
-	timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
564
+	//timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
565 565
 	//chrgBchno := rand.Intn(100000) + 10000
566 566
 
567 567
 	var customs []*models.NewCustom