insert into wechat_sms_template(
template_type,wechat_id,sms_template_id,template_id,community_id,remarks
) values (
#{templateType},#{wechatId},#{smsTemplateId},#{templateId},#{communityId},#{remarks}
)
update wechat_sms_template t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.template_type= #{templateType}
, t.wechat_id= #{wechatId}
, t.sms_template_id= #{smsTemplateId}
, t.community_id= #{communityId}
, t.remarks= #{remarks}
where 1=1
and t.template_id= #{templateId}