zhangherong
2025-05-20 bb957f15fa76b5eac4de84bbef2b5d95c900df38
lxzn-module-dnc/src/main/java/org/jeecg/modules/dnc/mapper/xml/ProcessionDepartmentMapper.xml
@@ -10,7 +10,7 @@
             , org_code
        from mdc_production u
        inner join
        (select depart_id from nc_process_department  where process_id=#{c}) p
        (select depart_id from nc_process_department  where process_id=#{procession}) p
        on u.id=p.depart_id
    </select>