|
|
@@ -4983,7 +4983,7 @@ public class OrderServiceImpl extends ServiceImpl<OrderMapper, Order> implements
|
|
|
for (OrderItems goodsVo : orderGoods) {
|
|
|
GoodsDesc goodsDesc = goodsDescClient.getGoodsDescDetail(goodsVo.getItemId());
|
|
|
if (ObjectUtils.isNotNull(goodsDesc)) {
|
|
|
- body = body + goodsDesc.getCname() + "、";
|
|
|
+ body = body + goodsDesc.getCnameInt() + "、";
|
|
|
}
|
|
|
}
|
|
|
if (body.length() > 0) {
|