|
@@ -33,7 +33,7 @@
|
|
|
b.totalFee as totalFee,b.totalAddedValueTax as totalAddedValueTax,
|
|
|
b.taxRate as taxRate,b.addedValueTax as addedValueTax,c.mainImage as mainImage,
|
|
|
c.name as name,d.name as shopName,
|
|
|
- c.unit as unit,d.commercialCode as commercialCode
|
|
|
+ c.unit as unit
|
|
|
FROM cm_returned_purchase_product a
|
|
|
left join cm_order_product b on a.orderProductID = b.orderProductID
|
|
|
left join product c on c.productID = a.productID
|