Array 处理1
This commit is contained in:
parent
9c329718ac
commit
ef62920a60
|
|
@ -150,7 +150,7 @@ public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo
|
|||
// 遍历订单详情列表
|
||||
for (OrderDetailPrintVo orderDetail : orderDetails) {
|
||||
if ("Array".equals(orderDetail.getProGroupInfo())) {
|
||||
orderDetail.setProGroupInfo("[]");
|
||||
orderDetail.setProGroupInfo("");
|
||||
}
|
||||
orderDetail.initGift();
|
||||
// 获取当前订单详情的 placeNum
|
||||
|
|
|
|||
Loading…
Reference in New Issue