'123'
This commit is contained in:
parent
2a445ec8b1
commit
899eb8af45
|
@ -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_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_material_type e on e.type_no = c.type_no
|
||||||
left join c_factory d on d.factory_no = c.factory_id
|
left join c_factory d on d.factory_no = c.factory_id
|
||||||
left join(select 型号,规格,电压等级,红本价格 from temp_price
|
left join(select 型号,规格,电压等级,红本价格 from c_rb_product_price
|
||||||
where version_uid_0 = 804
|
|
||||||
)as cc on cc.型号=a.material_xingh and cc.规格 = a.material_guig
|
)as cc on cc.型号=a.material_xingh and cc.规格 = a.material_guig
|
||||||
and cc.电压等级 = a.material_diany
|
and cc.电压等级 = a.material_diany
|
||||||
left join(select 型号,规格,电压等级,成本价格 from temp_base_price
|
left join(select 型号,规格,电压等级,成本价格 from c_rb_productbase_price
|
||||||
where version_uid_0 = 804
|
|
||||||
)as dd on dd.型号=a.material_xingh and dd.规格 = a.material_guig
|
)as dd on dd.型号=a.material_xingh and dd.规格 = a.material_guig
|
||||||
and dd.电压等级= a.material_diany
|
and dd.电压等级= a.material_diany
|
||||||
<where>
|
<where>
|
||||||
|
|
Loading…
Reference in New Issue