2026 马(码)年大吉

This commit is contained in:
zzp
2026-02-25 17:11:58 +08:00
committed by BigZongZi
parent 2e8156406f
commit a654e74a44
3 changed files with 0 additions and 51 deletions

View File

@@ -121,10 +121,6 @@ public class UserServiceImpl extends ServiceImpl<UserDao, User> implements UserS
@Autowired
private SystemAttachmentService systemAttachmentService;
@Autowired
private SCRMUtils scrmUtils;
/**
* 分页显示用户表
@@ -810,11 +806,6 @@ public class UserServiceImpl extends ServiceImpl<UserDao, User> implements UserS
if (!execute) {
throw new CrmebException("创建用户失败!");
}
try {
scrmUtils.addUserForSCRM(user.getPhone(), user.getNickname());
} catch (Exception e) {
logger.error("SCRM用户同步失败: phone={}, nickname={}", user.getPhone(), user.getNickname(), e);
}
return user;
}