mirror of https://github.com/jeecgboot/jeecg-boot
feat: Reconstruct_Sku_price modify skuPriceResultMap
parent
c2b69c0e5b
commit
916f5a1c26
|
@ -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">
|
||||
|
|
Loading…
Reference in New Issue