CUSTOMS_FEE_NOT_QUOTE_EXCEPTION("customs_fee_not_quote_exception","清关费未报价异常","customs fee not quote exception","Anomalie des frais de dédouanement non tarifés"),
GOODS_OVERWEIGHT_EXCEPTION("overweight_exception","商品重量超限异常","overweight exception","Poids du produit dépassé"),
CHANNEL_PACKAGING_OVERWEIGHT_EXCEPTION("channel_packaging_overweight_exception","渠道包装重量超限异常","channel packaging overweight exception","Le poids de l'emballage du canal dépasse l'exception limite"),
STOCK_UP_EXCEPTION("stock_up_exception","备货异常","stock up exception"),
GOODS_WEIGHT_EXCEPTION("goods_weight_exception","货物重量异常","goods weight exception","Poids des marchandises anormal"),
IN_WAREHOUSING_DIFF_EXCEPTION("in_warehousing_diff_exception","入仓特性不符异常","in warehousing diff exception","Anomalie des caractéristiques de réception"),
STOCK_UP_EXCEPTION("stock_up_exception","备货异常","stock up exception","Anomalie de préparation de commande"),
StringdescEn=changeAmount.compareTo(BigDecimal.ZERO)>0?"After the approval of order modification, the total amount of shipping and customs clearance fees has decreased":
"After the order modification approval, the total amount of shipping and customs clearance fees has increased";
StringdescFr=changeAmount.compareTo(BigDecimal.ZERO)>0?"Après l’approbation de la modification de la commande, le montant total des frais d’expédition et de dédouanement a diminué":
"Après l’approbation de modification d’ordre, le montant total des frais d’expédition et de dédouanement a augmenté";
@@ -1279,7 +1279,9 @@ public class OrderServiceImpl extends AbstractService<OrderMapper, OrderDO> impl
this.genOrderException(orderDO.getOrderId(),
orderDO,orderItemDO,null,
OrderExceptionEnum.ORDER_NO_QUOTE_EXCEPTION,
String.format("订单【%s】中的商品【%s】未报价",orderDO.getOrderNo(),orderItemDO.getProdTitleZh()),String.format("The goods 【%s】 in the order 【%s】 are not quoted",orderItemDO.getProdTitleEn(),orderDO.getOrderNo()));
StringdescEn=changeAmount.compareTo(BigDecimal.ZERO)>0?"After the approval of order modification, the total amount of shipping and customs clearance fees has decreased":
"After the order modification approval, the total amount of shipping and customs clearance fees has increased";
StringdescFr=changeAmount.compareTo(BigDecimal.ZERO)>0?"Après l’approbation de la modification de la commande, le montant total des frais d’expédition et de dédouanement a diminué":
"Après l’approbation de modification d’ordre, le montant total des frais d’expédition et de dédouanement a augmenté";
StringgoodsLineWeightExceptionDescEn=String.format("The weight [%s]kg of item [%s] in the order channel [%s] line [%s] to [%s] exceeds the order item upper limit [%s] kg.",
StringgoodsLineWeightExceptionDescEn=String.format("The weight [%s]kg of item [%s] in the order channel [%s] line [%s] to [%s] exceeds the order item upper limit [%s] kg.",
StringgoodsLineWeightExceptionDescFr=String.format("Le poids [%s]kg de l’article [%s] dans le canal de commande [%s] ligne [%s] à [%s] dépasse la limite supérieure de l’article de commande [%s]kg.",
descEn+=String.format("stock threshold [%skg], before stock weight [%sKg], after stock weight [%sKg], the weight difference before and after stock is greater than threshold",stockOverWeightLimit,sumWeightFinishedWarehouseIn,sumWeightNew);
descFr+=String.format("Seuil de stock [%skg], avant le poids du stock [%skg], après le poids du stock [%skg], la différence de poids avant et après le stock est supérieure au seuil",stockOverWeightLimit,sumWeightFinishedWarehouseIn,sumWeightNew);