|
@@ -544,6 +544,9 @@
|
|
|
costCheckFlag = #{costCheckFlag},
|
|
|
precisehKey = #{precisehKey},
|
|
|
actSort = #{actSort},
|
|
|
+ <if test="newProductType ==2">
|
|
|
+ newvalidFlag=null,
|
|
|
+ </if>
|
|
|
newProductType=#{newProductType}
|
|
|
|
|
|
WHERE productID = #{id}
|
|
@@ -1710,6 +1713,9 @@
|
|
|
<if test="trainingFee != null">
|
|
|
trainingFee = #{trainingFee},
|
|
|
</if>
|
|
|
+ <if test="newProductType ==2">
|
|
|
+ newvalidFlag=null,
|
|
|
+ </if>
|
|
|
newProductType=#{newProductType},
|
|
|
showFlag=#{showFlag},
|
|
|
announType=#{announType},
|