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);