From 53c315297a3906e567b01107a85836528a664206 Mon Sep 17 00:00:00 2001 From: seatonwan9 Date: 星期二, 19 八月 2025 18:11:38 +0800 Subject: [PATCH] 产品订购sql --- src/main/resources/mapper/ProductPricingMapper.xml | 5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/main/resources/mapper/ProductPricingMapper.xml b/src/main/resources/mapper/ProductPricingMapper.xml index a9966a7..1d5398f 100644 --- a/src/main/resources/mapper/ProductPricingMapper.xml +++ b/src/main/resources/mapper/ProductPricingMapper.xml @@ -12,7 +12,8 @@ <result column="concurrent_nodes" property="concurrentNodes" jdbcType="VARCHAR"/> <result column="price_type" property="priceType" jdbcType="VARCHAR"/> <result column="price_unit" property="priceUnit" jdbcType="VARCHAR"/> - <result column="price" property="price" jdbcType="NUMERIC"/> + <result column="points_price" property="pointsPrice" jdbcType="DECIMAL"/> + <result column="currency_price" property="currencyPrice" jdbcType="DECIMAL"/> <result column="is_active" property="isActive" jdbcType="BOOLEAN"/> <result column="product_id" property="productId" jdbcType="BIGINT"/> <result column="product_name" property="productName" jdbcType="VARCHAR"/> @@ -29,7 +30,7 @@ <!-- 鍩虹瀛楁 --> <sql id="Base_Column_List"> id, suite_name, sales_form, customer_type, account_limit, concurrent_nodes, - price_type, price_unit, price, is_active, product_id, product_name, provider_id, + price_type, price_unit, points_price,currency_price, is_active, product_id, product_name, provider_id, provider_name, description, created_at, updated_at, created_by, updated_by, deleted </sql> -- Gitblit v1.8.0