goupan
2024-04-09 0311123da17103571f501639ea84fcf9f871f55e
代码提交
1个文件已修改
1 ■■■■ 已修改文件
roses/kernel-s-customer/customer-business/src/main/java/cn/stylefeng/roses/kernel/customer/modular/factory/CustomerFactory.java 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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);