补齐父手机客户
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user