|
@@ -62,7 +62,8 @@
|
|
<select id="getPurchaseDetailList" resultType="com.fjhx.purchase.entity.purchase.vo.PurchaseDetailVo">
|
|
<select id="getPurchaseDetailList" resultType="com.fjhx.purchase.entity.purchase.vo.PurchaseDetailVo">
|
|
SELECT
|
|
SELECT
|
|
pd.id,
|
|
pd.id,
|
|
- pd.quantity AS `count`
|
|
|
|
|
|
+ pd.quantity AS `count`,
|
|
|
|
+ pd.subscribe_detail_id
|
|
FROM
|
|
FROM
|
|
bytesailing_sale.ehsd_purchase_product pd
|
|
bytesailing_sale.ehsd_purchase_product pd
|
|
LEFT JOIN bytesailing_sale.ehsd_purchase p ON pd.purchase_id = p.id
|
|
LEFT JOIN bytesailing_sale.ehsd_purchase p ON pd.purchase_id = p.id
|