This commit is contained in:
xd 2024-03-13 10:33:07 +08:00
parent 2a445ec8b1
commit 899eb8af45
1 changed files with 2 additions and 4 deletions

View File

@ -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
<where>