|
@@ -1053,23 +1053,23 @@
|
|
normalPrice,
|
|
normalPrice,
|
|
price,
|
|
price,
|
|
ladderPriceFlag,
|
|
ladderPriceFlag,
|
|
- <if test="costPrice != null and costPrice != ''">
|
|
|
|
|
|
+ <if test="costPrice != null">
|
|
costprice,
|
|
costprice,
|
|
</if>
|
|
</if>
|
|
- <if test="organizeCostPrice != null and organizeCostPrice != ''">
|
|
|
|
|
|
+ <if test="organizeCostPrice != null">
|
|
organizeCostPrice,
|
|
organizeCostPrice,
|
|
</if>
|
|
</if>
|
|
- <if test="cmCostPrice != null and cmCostPrice != ''">
|
|
|
|
|
|
+ <if test="cmCostPrice != null">
|
|
cmCostPrice,
|
|
cmCostPrice,
|
|
</if>
|
|
</if>
|
|
stock,
|
|
stock,
|
|
- <if test="shopPercent != null and shopPercent != ''">
|
|
|
|
|
|
+ <if test="shopPercent != null">
|
|
shopPercent,
|
|
shopPercent,
|
|
</if>
|
|
</if>
|
|
- <if test="organizePercent != null and organizePercent != ''">
|
|
|
|
|
|
+ <if test="organizePercent != null">
|
|
organizePercent,
|
|
organizePercent,
|
|
</if>
|
|
</if>
|
|
- <if test="cmPercent != null and cmPercent != ''">
|
|
|
|
|
|
+ <if test="cmPercent != null">
|
|
cmPercent,
|
|
cmPercent,
|
|
</if>
|
|
</if>
|
|
organizeId,
|
|
organizeId,
|
|
@@ -1079,23 +1079,23 @@
|
|
#{normalPrice},
|
|
#{normalPrice},
|
|
#{price},
|
|
#{price},
|
|
#{ladderPriceFlag},
|
|
#{ladderPriceFlag},
|
|
- <if test="costPrice != null and costPrice != ''">
|
|
|
|
|
|
+ <if test="costPrice != null">
|
|
#{costPrice},
|
|
#{costPrice},
|
|
</if>
|
|
</if>
|
|
- <if test="organizeCostPrice != null and organizeCostPrice != ''">
|
|
|
|
|
|
+ <if test="organizeCostPrice != null">
|
|
#{organizeCostPrice},
|
|
#{organizeCostPrice},
|
|
</if>
|
|
</if>
|
|
- <if test="cmCostPrice != null and cmCostPrice != ''">
|
|
|
|
|
|
+ <if test="cmCostPrice != null">
|
|
#{cmCostPrice},
|
|
#{cmCostPrice},
|
|
</if>
|
|
</if>
|
|
#{stock},
|
|
#{stock},
|
|
- <if test="shopPercent != null and shopPercent != ''">
|
|
|
|
|
|
+ <if test="shopPercent != null">
|
|
#{shopPercent},
|
|
#{shopPercent},
|
|
</if>
|
|
</if>
|
|
- <if test="organizePercent != null and organizePercent != ''">
|
|
|
|
|
|
+ <if test="organizePercent != null">
|
|
#{organizePercent},
|
|
#{organizePercent},
|
|
</if>
|
|
</if>
|
|
- <if test="cmPercent != null and cmPercent != ''">
|
|
|
|
|
|
+ <if test="cmPercent != null">
|
|
#{cmPercent},
|
|
#{cmPercent},
|
|
</if>
|
|
</if>
|
|
#{organizeId},
|
|
#{organizeId},
|
|
@@ -1740,22 +1740,22 @@
|
|
normalPrice=#{normalPrice},
|
|
normalPrice=#{normalPrice},
|
|
price=#{price},
|
|
price=#{price},
|
|
organizeId=#{organizeId},
|
|
organizeId=#{organizeId},
|
|
- <if test="shopPercent != null and shopPercent !=''">
|
|
|
|
|
|
+ <if test="shopPercent != null">
|
|
shopPercent=#{shopPercent},
|
|
shopPercent=#{shopPercent},
|
|
</if>
|
|
</if>
|
|
- <if test="organizePercent != null and organizePercent !=''">
|
|
|
|
|
|
+ <if test="organizePercent != null">
|
|
organizePercent=#{organizePercent},
|
|
organizePercent=#{organizePercent},
|
|
</if>
|
|
</if>
|
|
- <if test="cmPercent != null and cmPercent !=''">
|
|
|
|
|
|
+ <if test="cmPercent != null">
|
|
cmPercent=#{cmPercent},
|
|
cmPercent=#{cmPercent},
|
|
</if>
|
|
</if>
|
|
- <if test="costPrice != null and costPrice !=''">
|
|
|
|
|
|
+ <if test="costPrice != null">
|
|
costPrice=#{costPrice},
|
|
costPrice=#{costPrice},
|
|
</if>
|
|
</if>
|
|
- <if test="organizeCostPrice != null and organizeCostPrice !=''">
|
|
|
|
|
|
+ <if test="organizeCostPrice != null">
|
|
organizeCostPrice = #{organizeCostPrice},
|
|
organizeCostPrice = #{organizeCostPrice},
|
|
</if>
|
|
</if>
|
|
- <if test="cmCostPrice != null and cmCostPrice !=''">
|
|
|
|
|
|
+ <if test="cmCostPrice != null">
|
|
cmCostPrice = #{cmCostPrice},
|
|
cmCostPrice = #{cmCostPrice},
|
|
</if>
|
|
</if>
|
|
stock=#{stock},
|
|
stock=#{stock},
|