|
@@ -171,6 +171,10 @@ public class UserPrizeRecoveryController extends BaseApiController {
|
|
return AjaxResult.error("订单已过期,请重新下单");
|
|
return AjaxResult.error("订单已过期,请重新下单");
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+ if (settleVO.getReturnCoin() <= 0) {
|
|
|
|
+ return AjaxResult.error("该商品不支持回收");
|
|
|
|
+ }
|
|
|
|
+
|
|
prizeRecoveryService.submitRecovery(userId, settleVO);
|
|
prizeRecoveryService.submitRecovery(userId, settleVO);
|
|
|
|
|
|
// 清除缓存的回收订单
|
|
// 清除缓存的回收订单
|