mall + trade:

1、增加配送信息
This commit is contained in:
YunaiV
2023-07-02 12:55:15 +08:00
parent 6fc724545b
commit 9b90320985
8 changed files with 50 additions and 20 deletions

View File

@@ -151,7 +151,6 @@ public class ProductCommentServiceImplTest extends BaseDbUnitTest {
// 测试分页 tab count
AppCommentStatisticsRespVO tabsCount = productCommentService.getCommentStatistics(spuId, Boolean.TRUE);
assertEquals(6, tabsCount.getAllCount());
assertEquals(4, tabsCount.getGoodCount());
assertEquals(2, tabsCount.getMediocreCount());
assertEquals(0, tabsCount.getNegativeCount());