Pu Zhibing
2024-10-29 2e19bd4a75c8a9d273f8e09e73455f1546164ecc
ruoyi-service/ruoyi-order/src/main/java/com/ruoyi/order/service/impl/TOrderEvaluateServiceImpl.java
@@ -129,8 +129,6 @@
                counts.forEach(count -> {
                    if (tag.getId().equals(count.getId())) {
                        tag.setTagCount(count.getTagCount());
                    }else{
                        tag.setTagCount(0);
                    }
                });
            }else{