补齐父手机客户

This commit is contained in:
2026-05-19 09:31:13 +08:00
parent b73f5505bf
commit 893af21ce2
4 changed files with 47 additions and 3 deletions

View File

@@ -14,4 +14,9 @@ public interface LbUserMapper extends BaseMapper<LbUser> {
* 按用户 id 批量 upsert同步外部用户数据
*/
int upsertBatch(@Param("list") List<LbUser> list);
/**
* 按 pid 关联同租户上级用户,将其 mobile 写入当前用户的 pmobile。
*/
int fillPmobileByTenantId(@Param("tenantId") String tenantId);
}