From 899eb8af4592c0cc72c8d47d31c8fae9eea6ab31 Mon Sep 17 00:00:00 2001 From: xd <844539747@qq.com> Date: Wed, 13 Mar 2024 10:33:07 +0800 Subject: [PATCH] '123' --- .../src/main/resources/mapper/quote/QuoteMapper.xml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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