|
@@ -841,9 +841,9 @@ func Gdyb2204(psnNo string, mdtrtId string, hisPrescription []*models.HisPrescri
|
841
|
841
|
nonce := GetRandomString(32)
|
842
|
842
|
timestamp := time.Now().Unix()
|
843
|
843
|
signature := setSignature(timestamp, nonce, secret_key)
|
844
|
|
- tempTime := time.Unix(timestamp, 0)
|
|
844
|
+ //tempTime := time.Unix(timestamp, 0)
|
845
|
845
|
//timeFormat := tempTime.Format("20060102150405")
|
846
|
|
- timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
|
846
|
+ //timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
847
|
847
|
//chrgBchno := rand.Intn(100000) + 10000
|
848
|
848
|
var customs []*Custom
|
849
|
849
|
|