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

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

@@ -2593,7 +2593,7 @@ func (c *HisApiController) RefundNumber() {
2593 2593
 	}
2594 2594
 	recordDateTime := theTime.Unix()
2595 2595
 	his, _ := service.GetVMHisPatientInfo(adminUser.CurrentOrgId, patient_id, recordDateTime)
2596
-	patientPrescription, _ := service.FindPatientPrescriptionInfo(adminUser.CurrentOrgId, patient_id, recordDateTime)
2596
+	//patientPrescription, _ := service.FindPatientPrescriptionInfo(adminUser.CurrentOrgId, patient_id, recordDateTime)
2597 2597
 	//order, _ := service.GetHisOrderByID(order_id)
2598 2598
 	miConfig, _ := service.FindMedicalInsuranceInfo(adminUser.CurrentOrgId)
2599 2599
 	config, _ := service.GetMedicalInsuranceConfig(adminUser.CurrentOrgId)