|
@@ -3,10 +3,12 @@
|
|
|
<mapper namespace="com.fjhx.sale.mapper.ext.ExtQuotationProductMapper">
|
|
|
<select id="waitCreateProductPage" resultType="com.fjhx.sale.entity.ext.vo.ExtQuotationProductVo">
|
|
|
SELECT eqp.*,
|
|
|
- eq.code as extQuotationCode,
|
|
|
- eq.wait_product_time
|
|
|
+ eq.`code` AS extQuotationCode,
|
|
|
+ eq.wait_product_time,
|
|
|
+ sq.`code` AS quotationCode
|
|
|
FROM ext_quotation_product eqp
|
|
|
JOIN ext_quotation eq ON eqp.sale_quotation_id = eq.id
|
|
|
+ JOIN sale_quotation sq ON eq.sale_quotation_id
|
|
|
${ew.customSqlSegment}
|
|
|
</select>
|
|
|
</mapper>
|