|
@@ -16,7 +16,8 @@
|
|
</select>
|
|
</select>
|
|
<select id="getList" resultType="com.fjhx.sale.entity.ext.vo.ExtQuotationProductVo">
|
|
<select id="getList" resultType="com.fjhx.sale.entity.ext.vo.ExtQuotationProductVo">
|
|
SELECT eqp.*,
|
|
SELECT eqp.*,
|
|
- qp.business_cost_price
|
|
|
|
|
|
+ qp.business_cost_price,
|
|
|
|
+ qp.prod_price
|
|
FROM ext_quotation_product eqp
|
|
FROM ext_quotation_product eqp
|
|
LEFT JOIN quotation_product qp ON eqp.quotation_product_id = qp.id
|
|
LEFT JOIN quotation_product qp ON eqp.quotation_product_id = qp.id
|
|
${ew.customSqlSegment}
|
|
${ew.customSqlSegment}
|