|
@@ -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 { //月结
|