|
@@ -43,11 +43,11 @@
|
|
<if test="name!=null">name=#{name},</if>
|
|
<if test="name!=null">name=#{name},</if>
|
|
<if test="parentId!=0">parentId=#{parentId},</if>
|
|
<if test="parentId!=0">parentId=#{parentId},</if>
|
|
<if test="productCouponModelId!=0">productCouponModelId=#{productCouponModelId},</if>
|
|
<if test="productCouponModelId!=0">productCouponModelId=#{productCouponModelId},</if>
|
|
- <if test="sequence!=0">sequence=#{sequence},</if>
|
|
|
|
<if test="attachment!=null">attachment=#{attachment},</if>
|
|
<if test="attachment!=null">attachment=#{attachment},</if>
|
|
- <if test="attachmentNumber!=null">attachmentNumber=#{attachmentNumber},</if>
|
|
|
|
<if test="roleId!=0">roleId=#{roleId},</if>
|
|
<if test="roleId!=0">roleId=#{roleId},</if>
|
|
<if test="remark!=null">remark=#{remark},</if>
|
|
<if test="remark!=null">remark=#{remark},</if>
|
|
|
|
+ attachmentNumber=#{attachmentNumber},
|
|
|
|
+ sequence=#{sequence},
|
|
</trim>
|
|
</trim>
|
|
WHERE id=#{id}
|
|
WHERE id=#{id}
|
|
</update>
|
|
</update>
|