给仲裁员发短信修改

This commit is contained in:
18792927508
2023-10-12 17:23:15 +08:00
parent 00f6ad1417
commit 72d02890b0
6 changed files with 47 additions and 15 deletions
@@ -132,4 +132,6 @@ public interface SysUserMapper
* @return 结果
*/
public SysUser checkEmailUnique(String email);
List<SysUser> selectUserListByIds(@Param("idList") List<Long> idList);
}