瀏覽代碼

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

csx 4 年之前
父節點
當前提交
afe7640245
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      controllers/sg/his_api_controller.go

+ 1 - 1
controllers/sg/his_api_controller.go 查看文件

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