|
@@ -357,7 +357,6 @@ func Gdyb2201(psnNo string, insutype string, certNo string, org_name string, ope
|
357
|
357
|
signature := setSignature(timestamp, nonce, secret_key)
|
358
|
358
|
tempTime := time.Unix(timestamp, 0)
|
359
|
359
|
timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
360
|
|
- timeFormatOne = "2021-12-31 15:04:05"
|
361
|
360
|
|
362
|
361
|
|
363
|
362
|
inputMessage := SetInputMessage(nonce, timestamp, org_name, opera, fixmedins_code, insuplc_admdvs, mdtrtarea_admvs)
|
|
@@ -548,7 +547,6 @@ func Gdyb2203(psnNo string, mdtrtId string, doctor string, department string, or
|
548
|
547
|
signature := setSignature(timestamp, nonce, secret_key)
|
549
|
548
|
tempTime := time.Unix(timestamp, 0)
|
550
|
549
|
timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
551
|
|
- timeFormatOne = "2021-12-31 15:04:05"
|
552
|
550
|
|
553
|
551
|
inputMessage := SetInputMessage(nonce, timestamp, org_name, dept, fixmedins_code, insuplc_admdvs, mdtrtarea_admvs)
|
554
|
552
|
input := make(map[string]interface{})
|
|
@@ -841,7 +839,6 @@ func Gdyb2204(psnNo string, mdtrtId string, hisPrescription []*models.HisPrescri
|
841
|
839
|
|
842
|
840
|
timeFormatOne := tempTime.Format("2006-01-02 15:04:05")
|
843
|
841
|
|
844
|
|
- timeFormatOne = "2021-12-31 15:04:05"
|
845
|
842
|
var customs []*Custom
|
846
|
843
|
|
847
|
844
|
for _, item := range hisPrescription {
|