|
@@ -123,6 +123,12 @@ public interface SysUserService extends BaseIService<SysUser> {
|
|
|
|
|
|
|
|
HttpResult saveUserInfo(SysUser2Vo sysUserVo);
|
|
HttpResult saveUserInfo(SysUser2Vo sysUserVo);
|
|
|
|
|
|
|
|
|
|
+ /**
|
|
|
|
|
+ * 人员修改
|
|
|
|
|
+ * @param userId 工号
|
|
|
|
|
+ * @param sysUserVo 修改信息
|
|
|
|
|
+ * @return
|
|
|
|
|
+ */
|
|
|
HttpResult updateUserInfo(String userId, SysUser2Vo sysUserVo);
|
|
HttpResult updateUserInfo(String userId, SysUser2Vo sysUserVo);
|
|
|
|
|
|
|
|
List<SysUser> findAllAgentRoleUser(String userId, String roleId);
|
|
List<SysUser> findAllAgentRoleUser(String userId, String roleId);
|