|
@@ -523,13 +523,9 @@ public class FsStoreAfterSalesServiceImpl implements IFsStoreAfterSalesService
|
|
|
//
|
|
|
// return R.ok("操作成功");
|
|
|
// }
|
|
|
-
|
|
|
+ @Transactional(rollbackFor = Exception.class)
|
|
|
@Override
|
|
|
- public synchronized R refundMoney(FsStoreAfterSalesRefundParam param) {
|
|
|
- return refundStoreMoney(param);
|
|
|
- }
|
|
|
- @Transactional
|
|
|
- R refundStoreMoney(FsStoreAfterSalesRefundParam param){
|
|
|
+ public R refundMoney(FsStoreAfterSalesRefundParam param) {
|
|
|
FsStoreAfterSales storeAfterSales = fsStoreAfterSalesMapper.selectFsStoreAfterSalesById(param.getSalesId());
|
|
|
if (storeAfterSales == null) {
|
|
|
throw new CustomException("未查询到售后订单信息");
|