Array 处理
This commit is contained in:
parent
7370e15956
commit
9c329718ac
|
|
@ -149,6 +149,9 @@ public class OrderInfoServiceImpl extends ServiceImpl<OrderInfoMapper, OrderInfo
|
|||
Map<String, List<OrderDetailPrintVo>> resultMap = new HashMap<>();
|
||||
// 遍历订单详情列表
|
||||
for (OrderDetailPrintVo orderDetail : orderDetails) {
|
||||
if ("Array".equals(orderDetail.getProGroupInfo())) {
|
||||
orderDetail.setProGroupInfo("[]");
|
||||
}
|
||||
orderDetail.initGift();
|
||||
// 获取当前订单详情的 placeNum
|
||||
Integer placeNum = orderDetail.getPlaceNum();
|
||||
|
|
|
|||
Loading…
Reference in New Issue