diff --git a/ruoyi-system/src/main/resources/mapper/quote/QuoteMapper.xml b/ruoyi-system/src/main/resources/mapper/quote/QuoteMapper.xml index 7d5fa27..dffbb8b 100644 --- a/ruoyi-system/src/main/resources/mapper/quote/QuoteMapper.xml +++ b/ruoyi-system/src/main/resources/mapper/quote/QuoteMapper.xml @@ -59,12 +59,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" left join c_material_type_factory c on a.material_type_id = c.type_no left join c_material_type e on e.type_no = c.type_no left join c_factory d on d.factory_no = c.factory_id - left join(select 型号,规格,电压等级,红本价格 from temp_price - where version_uid_0 = 804 + left join(select 型号,规格,电压等级,红本价格 from c_rb_product_price )as cc on cc.型号=a.material_xingh and cc.规格 = a.material_guig and cc.电压等级 = a.material_diany - left join(select 型号,规格,电压等级,成本价格 from temp_base_price - where version_uid_0 = 804 + left join(select 型号,规格,电压等级,成本价格 from c_rb_productbase_price )as dd on dd.型号=a.material_xingh and dd.规格 = a.material_guig and dd.电压等级= a.material_diany