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
 
2045
 
2046
 	data := make(map[string]interface{})
2046
 	data := make(map[string]interface{})
2047
 	if settle_accounts_type == 1 { //日结
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
 		data["pre"] = prescriptions
2049
 		data["pre"] = prescriptions
2050
 
2050
 
2051
 	} else { //月结
2051
 	} else { //月结