Authored by LUOXC

refactor

... ... @@ -207,7 +207,7 @@ public class AppraiseService {
throw new ServiceException(ServiceError.ORDER_NULL);
}
// 寄存订单
if(BuyerOrderUtils.isDeposit(buyerOrder.getAttributes())){
if(BuyerOrderUtils.isDeposit(buyerOrder)){
deliveryDepositGoodsToBuyer(appraiseExpressInfoBo, buyerOrder);
} else {
deliveryNonDepositGoodsToBuyer(appraiseExpressInfoBo, buyerOrder);
... ...