puhanshu
2022-02-25 b16a02674fe08a81ca517b2d3a17451156c83b3b
服务申请昵称更改
1个文件已修改
2 ■■■ 已修改文件
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComFmsServiceServiceImpl.java 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/service/impl/ComFmsServiceServiceImpl.java
@@ -292,7 +292,7 @@
        comFmsService.setCreatedBy(userInfo.getUserId());
        comFmsService.setUpdatedBy(userInfo.getUserId());
        comFmsService.setUserId(userInfo.getUserId());
        comFmsService.setUserName(userInfo.getName());
        comFmsService.setUserName(userInfo.getNickName());
        comFmsService.setPhone(userInfo.getPhone());
        int num = this.baseMapper.insert(comFmsService);
        if (num > 0) {