...
|
...
|
@@ -177,6 +177,8 @@ public class SellerOrderService implements IOrderListService, IOrderDetailServi |
|
|
}catch (Exception ex){
|
|
|
if (ex instanceof UfoServiceException && ((UfoServiceException) ex).getCode() == SellerOrderPrepareProcessor.TIPS_ERROR_CODE){
|
|
|
tips = ((UfoServiceException) ex).getMessage();
|
|
|
}else{
|
|
|
throw ex;
|
|
|
}
|
|
|
}
|
|
|
spc.setTips(tips);
|
...
|
...
|
|