liyong
4 天以前 f72b363ee424c5f76dbd0854ac5df9d82bec7b0b
src/main/resources/mapper/production/ProcessRouteItemMapper.xml
@@ -24,7 +24,6 @@
                left join process_route pr on pr.id = pri.route_id
        where
            pri.route_id = #{c.routeId}
        order by pri.id
    </select>
</mapper>