|
|
|
|
@ -206,10 +206,10 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
|
|
|
|
site_end_time = #{siteEndTime},
|
|
|
|
|
user_register_start_time = #{userRegisterStartTime},
|
|
|
|
|
user_register_end_time = #{userRegisterEndTime},
|
|
|
|
|
push_number = #{pushNumber},
|
|
|
|
|
push_timer = #{pushTimer},
|
|
|
|
|
<if test="openType != null">open_type = #{openType},</if>
|
|
|
|
|
<if test="pushType != null">push_type = #{pushType},</if>
|
|
|
|
|
<if test="pushNumber != null">push_number = #{pushNumber},</if>
|
|
|
|
|
<if test="pushTimer != null">push_timer = #{pushTimer},</if>
|
|
|
|
|
<if test="showWechatTag != null">show_wechat_tag = #{showWechatTag},</if>
|
|
|
|
|
<if test="showWechatTagId != null">show_wechat_tag_id = #{showWechatTagId},</if>
|
|
|
|
|
<if test="showCompanyTag != null">show_company_tag = #{showCompanyTag},</if>
|
|
|
|
|
|