Browse Source

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

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

@@ -4403,7 +4403,7 @@ func (c *HisApiController) Refund() {
4403 4403
 	//recordDateTime := theTime.Unix()
4404 4404
 	var order models.HisOrder
4405 4405
 	order, _ = service.GetHisOrderByID(order_id)
4406
-	his, _ := service.GetHisPatientByNumber(order.MdtrtId)
4406
+	//his, _ := service.GetHisPatientByNumber(order.MdtrtId)
4407 4407
 
4408 4408
 	roles, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, admin_user_id)
4409 4409
 	if order.ID == 0 {