|
|
@ -32,10 +32,7 @@ public class RefundController { |
|
|
|
|
|
|
|
refundService.update(detail.getContactId()); |
|
|
|
return Result.success(); |
|
|
|
// } catch (Exception e) { |
|
|
|
// log.warn(Arrays.toString(e.getStackTrace())); |
|
|
|
// return Result.error(e.getMessage()); |
|
|
|
//// } |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("/softDelete") |
|
|
|