瀏覽代碼

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

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

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

@@ -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 {