maven
2025-09-18 38cbb39d04f607eef513af11231b885c66d9539d
src/main/java/com/ruoyi/project/system/service/impl/SysUserDeptServiceImpl.java
@@ -6,7 +6,6 @@
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.stereotype.Service;
import java.util.Collections;
import java.util.List;
@Service
@@ -16,7 +15,7 @@
    private SysUserDeptMapper sysUserDeptMapper;
    @Override
    public List<SysUserDeptVo> selectUserDeptList(SysUserDeptVo userDeptVo) {
        return sysUserDeptMapper.selectUserDeptList(userDeptVo);
    public List<SysUserDeptVo> userLoginFacotryList(SysUserDeptVo userDeptVo) {
        return sysUserDeptMapper.userLoginFacotryList(userDeptVo);
    }
}