Browse Source

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

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

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

@@ -2045,7 +2045,7 @@ func (c *HisApiController) GetUploadInfo() {
2045 2045
 
2046 2046
 	data := make(map[string]interface{})
2047 2047
 	if settle_accounts_type == 1 { //日结
2048
-		prescriptions, _ = service.GetHisPrescription(adminUser.CurrentOrgId, id, recordDateTime)
2048
+		prescriptions, _ = service.GetNewHisPrescription(adminUser.CurrentOrgId, his_patient_id, recordDateTime)
2049 2049
 		data["pre"] = prescriptions
2050 2050
 
2051 2051
 	} else { //月结