feat: Reconstruct_Sku_price modify skuPriceResultMap

pull/8523/head
Xue YANG 2025-06-04 14:57:09 +02:00
parent c2b69c0e5b
commit 916f5a1c26
1 changed files with 1 additions and 2 deletions

View File

@ -136,8 +136,7 @@
<result property="threshold" column="threshold"/>
<result property="discountedPrice" column="discounted_price"/>
<result property="date" column="price_date"/>
<result property="priceRmb" column="price_rmb"/>
<result property="discountedPriceRmb" column="discounted_price_rmb"/>
<result property="currencyId" column="currency_id"/>
</resultMap>
<resultMap id="promotionResultMap" type="org.jeecg.modules.business.entity.Promotion">