t.id as 'id', t.birth_code as 'birthCode', t.pedigree_certified_code as 'pedigreeCertified', t.sampling_code as 'samplingCode', t.is_OEC as 'isOEC', t.apply_channel, t.payment_member_code as 'memberCode', t.finish_time as 'finishTime', t.type as type, t.org_id as 'orgId', t.tableName as tableName, t.create_date as 'createDate', t.name_en as "dogName", t.dog_breed as "dogBreed", t.gender as "dogGender", t.birthdate as "dogBirthday", t.is_canceled as "isCanceled", t.dog_state AS "dogState" update dog_blood_save set pedigree_certified_code = #{pedigreeCertified} where id=#{id} update dog_dna_archive set pedigree_certified = #{pedigreeCertified} where id=#{id}