protected function isNeedToUpdateFeedbackOrder(Auction $auction)
 {
     return Auction::PROFIT_STATUS_ASSIGN_COMPLETE === $auction->getProfitStatus() && true === $auction->getProduct()->getIsAllowAuction();
 }