goupan
2024-04-09 0311123da17103571f501639ea84fcf9f871f55e
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);