pc不校验自取模式

This commit is contained in:
2024-09-28 16:04:03 +08:00
parent 99f029d503
commit 0f919e5a5d
3 changed files with 4 additions and 4 deletions

View File

@@ -493,8 +493,6 @@ public class PrintMechineConsumer {
List<TbOrderDetail> details = tbOrderDetailMapper.selectAllByOrderId(Integer.valueOf(orderId));
if (ObjectUtil.isNotEmpty(details) && details.size() > 0) {
details.parallelStream().forEach(it -> {
String categoryId = tbProductMapper.selectByPrimaryKey(Integer.valueOf(it.getProductId())).getCategoryId();
Long count = categoryInfos.stream().filter(c ->
c.getId().toString().equals(categoryId)