guohongjin
2024-05-15 5b7639f0bd9e056738ec15100ed0532e965c6cd5
roses/kernel-s-customer/customer-business/src/main/java/cn/stylefeng/roses/kernel/customer/modular/factory/CustomerFactory.java
@@ -62,6 +62,7 @@
//        // 设置默认头像
//        customer.setAvatar(FileConstants.DEFAULT_AVATAR_FILE_ID);
//        customer.setAvatarObjectName(FileConstants.DEFAULT_AVATAR_FILE_OBJ_NAME);
        customer.setAvatar(customerRequest.getAvatar());
        // 设置默认积分0
        customer.setScore(0);