1、新增组织管理员删除限制;2、组织管理分页全称查询失败恢复;3、组织手机号验证放宽到校验未删除的组织;

This commit is contained in:
gaoqr
2026-05-09 16:23:38 +08:00
parent 9b87a914d1
commit 658685d029
10 changed files with 46 additions and 13 deletions
@@ -85,6 +85,7 @@
<if test="organId !=null ">
and id != #{organId}
</if>
and deleted = false
</select>
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long