...
|
...
|
@@ -154,8 +154,8 @@ public class SellerOrderService implements IOrderListService, IOrderDetailServi |
|
|
ProductProxyService.PrdPrice prdPrice = sellerOrderPrepareProcessor.checkPrice(storageId, salePrice);
|
|
|
try {
|
|
|
sellerOrderPrepareProcessor.checkSuggestPrice(prdPrice, salePrice);
|
|
|
}catch (Exception ex){
|
|
|
tips = ex.getMessage();
|
|
|
}catch (UfoServiceException ex){
|
|
|
tips = ex.getErrorMessage();
|
|
|
}
|
|
|
|
|
|
SoldPrdComputeBo spc = buildSoldPrdComputeBo(uid, num, salePrice);
|
...
|
...
|
|