mall:优化商品的分类、品牌的代码

This commit is contained in:
YunaiV
2022-09-05 20:03:13 +08:00
parent 1bd1c79ff3
commit 9632c33d27
13 changed files with 58 additions and 28 deletions

View File

@@ -43,7 +43,7 @@ public class ProductBrandServiceImplTest extends BaseDbUnitTest {
ProductBrandCreateReqVO reqVO = randomPojo(ProductBrandCreateReqVO.class);
// 调用
Long brandId = brandService.createProductBrand(reqVO);
Long brandId = brandService.createBrand(reqVO);
// 断言
assertNotNull(brandId);
// 校验记录的属性是否正确