test_user 6 일 전
부모
커밋
29042f0d64
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      controllers/sg/his_api_controller.go

+ 1 - 0
controllers/sg/his_api_controller.go 파일 보기

@@ -35003,6 +35003,7 @@ func (c *HisApiController) Refund() {
35003 35003
 		})
35004 35004
 		return
35005 35005
 	}
35006
+	return
35006 35007
 	roles, _ := service.GetAdminUserInfoByID(adminUser.CurrentOrgId, admin_user_id)
35007 35008
 	if order.ID == 0 {
35008 35009
 		c.ServeFailJSONWithSGJErrorCode(enums.ErrorCodeParamWrong)