lyh
2025-01-23 8d63dd77b9b3cd9b6d9768f216670fc499a8cab3
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/impl/ComponentDepartmentServiceImpl.java
@@ -9,6 +9,7 @@
import org.jeecg.modules.dnc.ucenter.Department;
import org.jeecg.modules.dnc.utils.ValidateUtil;
import org.apache.commons.collections4.ListUtils;
import org.jeecg.modules.system.entity.MdcProduction;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
import java.util.ArrayList;
@@ -27,12 +28,12 @@
    }
    @Override
    public List<Department> getDepartPermsByComponentId(String componentId) {
    public List<MdcProduction> getDepartPermsByComponentId(String componentId) {
        return super.getBaseMapper().getDepartPermsByComponentId(componentId);
    }
    @Override
    public List<Department> getDepartNonPermsByComponentId(String componentId) {
    public List<MdcProduction> getDepartNonPermsByComponentId(String componentId) {
        return super.getBaseMapper().getDepartNonPermsByComponentId(componentId);
    }