insert into parking_area_text(
voice,text_id,type_cd,text3,text4,text1,text2,pa_id,community_id
) values (
#{voice},#{textId},#{typeCd},#{text3},#{text4},#{text1},#{text2},#{paId},#{communityId}
)
update parking_area_text t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.voice= #{voice}
, t.type_cd= #{typeCd}
, t.text3= #{text3}
, t.text4= #{text4}
, t.text1= #{text1}
, t.text2= #{text2}
where 1=1
and t.text_id= #{textId}
and t.pa_id= #{paId}
and t.community_id= #{communityId}