huminmin
2 天以前 a62b7e8c7a17a1f98b6caecd2912ad55baa2a6cd
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);
    }
}