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