上传人脸

This commit is contained in:
sxu 2025-04-27 18:14:21 +08:00
parent eacc7ee926
commit 4256c87ba1
1 changed files with 2 additions and 0 deletions

View File

@ -335,6 +335,8 @@ public class SysUserServiceImpl implements ISysUserService {
insertUserRole(user); insertUserRole(user);
// 同步创建账户数据 // 同步创建账户数据
smartCanteenClient.syncAccInfo(user); smartCanteenClient.syncAccInfo(user);
// 同步更新user face数据
uploadUserFace(user);
return rows; return rows;
} }