commit
556e3786a8
@ -383,7 +383,7 @@ public class AfterSaleServiceImpl implements AfterSaleService {
|
|||||||
@AfterSaleLog(operateType = AfterSaleOperateTypeEnum.MEMBER_CANCEL)
|
@AfterSaleLog(operateType = AfterSaleOperateTypeEnum.MEMBER_CANCEL)
|
||||||
public void cancelAfterSale(Long userId, Long id) {
|
public void cancelAfterSale(Long userId, Long id) {
|
||||||
// 校验售后单的状态,并状态待退款
|
// 校验售后单的状态,并状态待退款
|
||||||
AfterSaleDO afterSale = tradeAfterSaleMapper.selectById(id);
|
AfterSaleDO afterSale = tradeAfterSaleMapper.selectByIdAndUserId(id, userId);
|
||||||
if (afterSale == null) {
|
if (afterSale == null) {
|
||||||
throw exception(AFTER_SALE_NOT_FOUND);
|
throw exception(AFTER_SALE_NOT_FOUND);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user