insert into fee_print_spec(
print_id,content,spec_cd,community_id,qr_img,print_name
) values (
#{printId},#{content},#{specCd},#{communityId},#{qrImg},#{printName}
)
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}
, t.print_name= #{printName}
where 1=1
and t.print_id= #{printId}