Lius
5 天以前 d925f91a9600a539fbeb117dec33a2241ef9f9d3
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>