@@ -87,4 +87,9 @@ public class SupplierPriceVo extends SupplierPrice {
*/
private String productReverseTexture;
+ /**
+ * 供应商税点
+ */
+ private String supplierTaxPoints;
+
}
@@ -6,10 +6,11 @@
sp.supplier_info_id,
sp.product_info_id,
sp.price,
- si.name supplierName,
- si.type supplierType,
+ si.name supplierName,
+ si.type supplierType,
sp.company_id,
- sp.including_tax_price
+ sp.including_tax_price,
+ si.priv_tax_points AS supplier_tax_points
from supplier_price sp
inner join supplier_info si on sp.supplier_info_id = si.id
${ew.customSqlSegment}