|
@@ -438,7 +438,8 @@ public class TicketBoxServiceImpl extends ServiceImpl<TicketBoxMapper, TicketBox
|
|
|
"盲票生成时,票组状态不是出票中,boxId=" + boxId);
|
|
|
List<TicketAwards> ticketAwardsList = ticketAwardsService.list(
|
|
|
new LambdaQueryWrapper<TicketAwards>()
|
|
|
- .eq(TicketAwards::getBoxId, ticketBox.getBoxId()));
|
|
|
+ .eq(TicketAwards::getBoxId, ticketBox.getBoxId())
|
|
|
+ .orderByAsc(TicketAwards::getQuantity));
|
|
|
// 分包
|
|
|
int pkgNum = ticketBox.getPkgQty();
|
|
|
int pkgUnit = ticketBox.getPkgUnit();
|