Browse Source

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

csx 3 years ago
parent
commit
4bfa707c08
1 changed files with 0 additions and 1 deletions
  1. 0 1
      controllers/sg/his_api_controller.go

+ 0 - 1
controllers/sg/his_api_controller.go View File

2129
 			chrg_bchno := timeFormat + strconv.FormatInt(int64(chrgBchno), 10) + strconv.FormatInt(his.PatientId, 10)
2129
 			chrg_bchno := timeFormat + strconv.FormatInt(int64(chrgBchno), 10) + strconv.FormatInt(his.PatientId, 10)
2130
 			strconv.FormatInt(his.PatientId, 10)
2130
 			strconv.FormatInt(his.PatientId, 10)
2131
 
2131
 
2132
-			client := &http.Client{}
2133
 			data["psn_no"] = his.PsnNo
2132
 			data["psn_no"] = his.PsnNo
2134
 			data["mdtrt_id"] = his.Number
2133
 			data["mdtrt_id"] = his.Number
2135
 			data["chrg_bchno"] = chrg_bchno
2134
 			data["chrg_bchno"] = chrg_bchno