zhangherong
2025-05-15 8fb8d37784ce6c466f7142275e1eace2cb012e44
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>