Browse Source

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

csx 3 years ago
parent
commit
d6aad9ca7b
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

@@ -2627,7 +2627,7 @@ func (c *HisApiController) Refund() {
2627 2627
 		return
2628 2628
 	}
2629 2629
 	recordDateTime := theTime.Unix()
2630
-	his, _ := service.GetVMHisPatientInfo(adminUser.CurrentOrgId, patient_id, recordDateTime)
2630
+	//his, _ := service.GetVMHisPatientInfo(adminUser.CurrentOrgId, patient_id, recordDateTime)
2631 2631
 	var order models.HisOrder
2632 2632
 	order, _ = service.GetHisOrderByID(order_id)
2633 2633
 	roles, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, admin_user_id)