[fix]修改订单核销码
This commit is contained in:
parent
4b738e47ea
commit
59576b6129
@ -46,6 +46,7 @@ public class OrderBusinessImpl extends BusinessImpl<OrderService, OrderConvert,
|
||||
return itemVO;
|
||||
}).collect(Collectors.toList());
|
||||
|
||||
vo.setItems(itemVOList);
|
||||
//核销码
|
||||
vo.setVerificationCodes(verificationCodeService.getByOrderId(vo.getId()));
|
||||
return vo;
|
||||
|
Loading…
x
Reference in New Issue
Block a user