From a378f38df1785cbc8c9f1d55ace6a37952d2f65b Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期一, 10 八月 2026 14:01:56 +0800
Subject: [PATCH] feat(crm): 新增开票功能并完善权限查询

---
 yudao-module-mall/yudao-module-product/src/test/java/cn/iocoder/yudao/module/product/service/brand/ProductBrandServiceImplTest.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/yudao-module-mall/yudao-module-product/src/test/java/cn/iocoder/yudao/module/product/service/brand/ProductBrandServiceImplTest.java b/yudao-module-mall/yudao-module-product/src/test/java/cn/iocoder/yudao/module/product/service/brand/ProductBrandServiceImplTest.java
index 2da8613..e399bd1 100644
--- a/yudao-module-mall/yudao-module-product/src/test/java/cn/iocoder/yudao/module/product/service/brand/ProductBrandServiceImplTest.java
+++ b/yudao-module-mall/yudao-module-product/src/test/java/cn/iocoder/yudao/module/product/service/brand/ProductBrandServiceImplTest.java
@@ -28,7 +28,7 @@
 /**
 * {@link ProductBrandServiceImpl} 鐨勫崟鍏冩祴璇曠被
 *
-* @author 鑺嬮亾婧愮爜
+* @author 瓒呯骇绠$悊鍛�
 */
 @Disabled // TODO 鑺嬭壙锛氬悗缁� fix 琛ュ厖鐨勫崟娴�
 @Import(ProductBrandServiceImpl.class)
@@ -107,7 +107,7 @@
     public void testGetBrandPage() {
        // mock 鏁版嵁
        ProductBrandDO dbBrand = randomPojo(ProductBrandDO.class, o -> { // 绛変細鏌ヨ鍒�
-           o.setName("鑺嬮亾婧愮爜");
+           o.setName("瓒呯骇绠$悊鍛�");
            o.setStatus(CommonStatusEnum.ENABLE.getStatus());
            o.setCreateTime(buildTime(2022, 2, 1));
        });
@@ -120,7 +120,7 @@
        brandMapper.insert(cloneIgnoreId(dbBrand, o -> o.setCreateTime(buildTime(2022, 3, 1))));
        // 鍑嗗鍙傛暟
        ProductBrandPageReqVO reqVO = new ProductBrandPageReqVO();
-       reqVO.setName("鑺嬮亾");
+       reqVO.setName("瓒呯骇绠$悊鍛�");
        reqVO.setStatus(CommonStatusEnum.ENABLE.getStatus());
        reqVO.setCreateTime((new LocalDateTime[]{buildTime(2022, 1, 1), buildTime(2022, 2, 25)}));
 

--
Gitblit v1.9.3