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