|
@@ -197,7 +197,7 @@ public class FsStorePaymentScrmController extends BaseController
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@PreAuthorize("@ss.hasPermi('store:storePayment:refund')")
|
|
@PreAuthorize("@ss.hasPermi('store:storePayment:refund')")
|
|
|
- @PostMapping("refundStorePayment")
|
|
|
|
|
|
|
+ @PostMapping("/refundStorePayment")
|
|
|
@Transactional
|
|
@Transactional
|
|
|
public R refundStorePayment(@RequestBody FsStorePaymentScrm fsStorePayment)
|
|
public R refundStorePayment(@RequestBody FsStorePaymentScrm fsStorePayment)
|
|
|
{
|
|
{
|