|
@@ -385,7 +385,7 @@ public class FsStoreAfterSalesScrmServiceImpl implements IFsStoreAfterSalesScrmS
|
|
|
request.setOrderStatus(orderStatus);
|
|
|
BaseResponse response=erpOrderService.refundUpdateScrm(request);
|
|
|
if(response.getSuccess()){
|
|
|
- return R.ok();
|
|
|
+ return R.ok("提交售后退款订单成功");
|
|
|
}
|
|
|
else{
|
|
|
TransactionAspectSupport.currentTransactionStatus().setRollbackOnly();
|