|
@@ -158,12 +158,14 @@
|
|
|
shopID = #{shopId}, name = #{name}, aliasName = #{aliasName}, commodityType = #{commodityType},
|
|
|
bigTypeId = #{bigTypeId}, smallTypeId = #{smallTypeId}, tinyTypeId = #{tinyTypeId}, mainImage = #{mainImage},
|
|
|
brandId = #{brandId}, productType = #{productType}, tags = #{tags}, unit = #{unit}, normalPrice = #{normalPrice},
|
|
|
- price = #{price}, price = #{price}, includedTax = #{includedTax}, minBuyNumber = #{minBuyNumber}, stock =
|
|
|
- #{stock},
|
|
|
+ price = #{price}, price = #{price}, includedTax = #{includedTax}, minBuyNumber = #{minBuyNumber}, stock =#{stock},
|
|
|
newProductType=#{newProductType},
|
|
|
<if test="productCategory != null and productCategory != ''">
|
|
|
productCategory = #{productCategory},
|
|
|
</if>
|
|
|
+ <if test="trainingFee != null">
|
|
|
+ trainingFee = #{trainingFee},
|
|
|
+ </if>
|
|
|
<if test="serviceNumber != null and serviceNumber != ''">
|
|
|
serviceNumber = #{serviceNumber},
|
|
|
</if>
|