lyh
2025-01-23 8d63dd77b9b3cd9b6d9768f216670fc499a8cab3
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/service/impl/ProductDepartmentServiceImpl.java
@@ -8,6 +8,7 @@
import org.jeecg.modules.dnc.ucenter.Department;
import org.jeecg.modules.dnc.utils.ValidateUtil;
import org.jeecg.modules.dnc.service.IProductDepartmentService;
import org.jeecg.modules.system.entity.MdcProduction;
import org.springframework.stereotype.Service;
import org.springframework.transaction.annotation.Transactional;
@@ -27,12 +28,12 @@
    }
    @Override
    public List<Department> getDepartPermsByProductId(String productId) {
    public List<MdcProduction> getDepartPermsByProductId(String productId) {
        return super.getBaseMapper().getDepartPermsByProductId(productId);
    }
    @Override
    public List<Department> getDepartNonPermsByProductId(String productId) {
    public List<MdcProduction> getDepartNonPermsByProductId(String productId) {
        return super.getBaseMapper().getDepartNonPermsByProductId(productId);
    }