insert into fee_print_spec(
print_id,content,spec_cd,community_id,qr_img
) values (
#{printId},#{content},#{specCd},#{communityId},#{qrImg}
)
update fee_print_spec t set t.status_cd = #{statusCd}
,t.b_id = #{newBId}
, t.content= #{content}
, t.spec_cd= #{specCd}
, t.community_id= #{communityId}
, t.qr_img= #{qrImg}
where 1=1
and t.print_id= #{printId}