liyong
3 天以前 876d72a43b52fd4de8c37196d4f8dfd92bab4b7e
src/main/resources/mapper/production/ProcessRouteItemMapper.xml
@@ -16,7 +16,9 @@
        select pri.*,
               pr.description ,
               pp.name as process_name,
               pm.speculative_trading_name
               pm.speculative_trading_name,
               pm.product_id,
               pm.model
        from
            process_route_item pri
                left join product_model pm on pri.product_model_id = pm.id
@@ -24,7 +26,6 @@
                left join process_route pr on pr.id = pri.route_id
        where
            pri.route_id = #{c.routeId}
        order by pri.id
    </select>
</mapper>