liyong
2 天以前 876d72a43b52fd4de8c37196d4f8dfd92bab4b7e
src/main/resources/mapper/production/ProductStructureMapper.xml
@@ -13,13 +13,12 @@
        <result property="tenantId" column="tenant_id"/>
    </resultMap>
    <select id="listByproductModelId" resultType="com.ruoyi.production.dto.ProductStructureDto">
        select ps.*,
        pm.speculative_trading_name ,
        pp.name as  process_name,
        pm.product_id
        pm.product_id,
        pm.model
        from
        product_structure ps
        left join product_model pm on ps.product_model_id = pm.id