id, catalogue_num, CC, CC_Remarks, CACIB, CACIB_Remarks, BOB, BIG, BOW, WB, BIS,
current_credits, dog_owner_cn_name, dog_owner_eg_name, member_num, fci_code, gender,
age_group, studbook_num, other_certifi_num, show_num, judge, show_ring, modifi_data,
del_tag, breed_group, print_cc
Remarks, operater
delete from tab_grade
where id = #{id,jdbcType=INTEGER}
insert into tab_grade (id, catalogue_num, CC,
CC_Remarks, CACIB, CACIB_Remarks,
BOB, BIG, BOW, WB,
BIS, current_credits, dog_owner_cn_name,
dog_owner_eg_name, member_num, fci_code,
gender, age_group, studbook_num,
other_certifi_num, show_num, judge,
show_ring, modifi_data, del_tag,
breed_group, print_cc, Remarks,
operater)
values (#{id,jdbcType=INTEGER}, #{catalogueNum,jdbcType=VARCHAR}, #{cc,jdbcType=CHAR},
#{ccRemarks,jdbcType=VARCHAR}, #{cacib,jdbcType=CHAR}, #{cacibRemarks,jdbcType=VARCHAR},
#{bob,jdbcType=CHAR}, #{big,jdbcType=CHAR}, #{bow,jdbcType=CHAR}, #{wb,jdbcType=CHAR},
#{bis,jdbcType=CHAR}, #{currentCredits,jdbcType=INTEGER}, #{dogOwnerCnName,jdbcType=VARCHAR},
#{dogOwnerEgName,jdbcType=VARCHAR}, #{memberNum,jdbcType=VARCHAR}, #{fciCode,jdbcType=VARCHAR},
#{gender,jdbcType=VARCHAR}, #{ageGroup,jdbcType=INTEGER}, #{studbookNum,jdbcType=VARCHAR},
#{otherCertifiNum,jdbcType=VARCHAR}, #{showNum,jdbcType=VARCHAR}, #{judge,jdbcType=VARCHAR},
#{showRing,jdbcType=VARCHAR}, #{modifiData,jdbcType=TIMESTAMP}, #{delTag,jdbcType=CHAR},
#{breedGroup,jdbcType=VARCHAR}, #{printCc,jdbcType=CHAR}, #{remarks,jdbcType=LONGVARCHAR},
#{operater,jdbcType=LONGVARCHAR})
insert into tab_grade
id,
catalogue_num,
CC,
CC_Remarks,
CACIB,
CACIB_Remarks,
BOB,
BIG,
BOW,
WB,
BIS,
current_credits,
dog_owner_cn_name,
dog_owner_eg_name,
member_num,
fci_code,
gender,
age_group,
studbook_num,
other_certifi_num,
show_num,
judge,
show_ring,
modifi_data,
del_tag,
breed_group,
print_cc,
Remarks,
operater,
#{id,jdbcType=INTEGER},
#{catalogueNum,jdbcType=VARCHAR},
#{cc,jdbcType=CHAR},
#{ccRemarks,jdbcType=VARCHAR},
#{cacib,jdbcType=CHAR},
#{cacibRemarks,jdbcType=VARCHAR},
#{bob,jdbcType=CHAR},
#{big,jdbcType=CHAR},
#{bow,jdbcType=CHAR},
#{wb,jdbcType=CHAR},
#{bis,jdbcType=CHAR},
#{currentCredits,jdbcType=INTEGER},
#{dogOwnerCnName,jdbcType=VARCHAR},
#{dogOwnerEgName,jdbcType=VARCHAR},
#{memberNum,jdbcType=VARCHAR},
#{fciCode,jdbcType=VARCHAR},
#{gender,jdbcType=VARCHAR},
#{ageGroup,jdbcType=INTEGER},
#{studbookNum,jdbcType=VARCHAR},
#{otherCertifiNum,jdbcType=VARCHAR},
#{showNum,jdbcType=VARCHAR},
#{judge,jdbcType=VARCHAR},
#{showRing,jdbcType=VARCHAR},
#{modifiData,jdbcType=TIMESTAMP},
#{delTag,jdbcType=CHAR},
#{breedGroup,jdbcType=VARCHAR},
#{printCc,jdbcType=CHAR},
#{remarks,jdbcType=LONGVARCHAR},
#{operater,jdbcType=LONGVARCHAR},
update tab_grade
catalogue_num = #{catalogueNum,jdbcType=VARCHAR},
CC = #{cc,jdbcType=CHAR},
CC_Remarks = #{ccRemarks,jdbcType=VARCHAR},
CACIB = #{cacib,jdbcType=CHAR},
CACIB_Remarks = #{cacibRemarks,jdbcType=VARCHAR},
BOB = #{bob,jdbcType=CHAR},
BIG = #{big,jdbcType=CHAR},
BOW = #{bow,jdbcType=CHAR},
WB = #{wb,jdbcType=CHAR},
BIS = #{bis,jdbcType=CHAR},
current_credits = #{currentCredits,jdbcType=INTEGER},
dog_owner_cn_name = #{dogOwnerCnName,jdbcType=VARCHAR},
dog_owner_eg_name = #{dogOwnerEgName,jdbcType=VARCHAR},
member_num = #{memberNum,jdbcType=VARCHAR},
fci_code = #{fciCode,jdbcType=VARCHAR},
gender = #{gender,jdbcType=VARCHAR},
age_group = #{ageGroup,jdbcType=INTEGER},
studbook_num = #{studbookNum,jdbcType=VARCHAR},
other_certifi_num = #{otherCertifiNum,jdbcType=VARCHAR},
show_num = #{showNum,jdbcType=VARCHAR},
judge = #{judge,jdbcType=VARCHAR},
show_ring = #{showRing,jdbcType=VARCHAR},
modifi_data = #{modifiData,jdbcType=TIMESTAMP},
del_tag = #{delTag,jdbcType=CHAR},
breed_group = #{breedGroup,jdbcType=VARCHAR},
print_cc = #{printCc,jdbcType=CHAR},
Remarks = #{remarks,jdbcType=LONGVARCHAR},
operater = #{operater,jdbcType=LONGVARCHAR},
where id = #{id,jdbcType=INTEGER}
update tab_grade
set catalogue_num = #{catalogueNum,jdbcType=VARCHAR},
CC = #{cc,jdbcType=CHAR},
CC_Remarks = #{ccRemarks,jdbcType=VARCHAR},
CACIB = #{cacib,jdbcType=CHAR},
CACIB_Remarks = #{cacibRemarks,jdbcType=VARCHAR},
BOB = #{bob,jdbcType=CHAR},
BIG = #{big,jdbcType=CHAR},
BOW = #{bow,jdbcType=CHAR},
WB = #{wb,jdbcType=CHAR},
BIS = #{bis,jdbcType=CHAR},
current_credits = #{currentCredits,jdbcType=INTEGER},
dog_owner_cn_name = #{dogOwnerCnName,jdbcType=VARCHAR},
dog_owner_eg_name = #{dogOwnerEgName,jdbcType=VARCHAR},
member_num = #{memberNum,jdbcType=VARCHAR},
fci_code = #{fciCode,jdbcType=VARCHAR},
gender = #{gender,jdbcType=VARCHAR},
age_group = #{ageGroup,jdbcType=INTEGER},
studbook_num = #{studbookNum,jdbcType=VARCHAR},
other_certifi_num = #{otherCertifiNum,jdbcType=VARCHAR},
show_num = #{showNum,jdbcType=VARCHAR},
judge = #{judge,jdbcType=VARCHAR},
show_ring = #{showRing,jdbcType=VARCHAR},
modifi_data = #{modifiData,jdbcType=TIMESTAMP},
del_tag = #{delTag,jdbcType=CHAR},
breed_group = #{breedGroup,jdbcType=VARCHAR},
print_cc = #{printCc,jdbcType=CHAR},
Remarks = #{remarks,jdbcType=LONGVARCHAR},
operater = #{operater,jdbcType=LONGVARCHAR}
where id = #{id,jdbcType=INTEGER}
update tab_grade
set catalogue_num = #{catalogueNum,jdbcType=VARCHAR},
CC = #{cc,jdbcType=CHAR},
CC_Remarks = #{ccRemarks,jdbcType=VARCHAR},
CACIB = #{cacib,jdbcType=CHAR},
CACIB_Remarks = #{cacibRemarks,jdbcType=VARCHAR},
BOB = #{bob,jdbcType=CHAR},
BIG = #{big,jdbcType=CHAR},
BOW = #{bow,jdbcType=CHAR},
WB = #{wb,jdbcType=CHAR},
BIS = #{bis,jdbcType=CHAR},
current_credits = #{currentCredits,jdbcType=INTEGER},
dog_owner_cn_name = #{dogOwnerCnName,jdbcType=VARCHAR},
dog_owner_eg_name = #{dogOwnerEgName,jdbcType=VARCHAR},
member_num = #{memberNum,jdbcType=VARCHAR},
fci_code = #{fciCode,jdbcType=VARCHAR},
gender = #{gender,jdbcType=VARCHAR},
age_group = #{ageGroup,jdbcType=INTEGER},
studbook_num = #{studbookNum,jdbcType=VARCHAR},
other_certifi_num = #{otherCertifiNum,jdbcType=VARCHAR},
show_num = #{showNum,jdbcType=VARCHAR},
judge = #{judge,jdbcType=VARCHAR},
show_ring = #{showRing,jdbcType=VARCHAR},
modifi_data = #{modifiData,jdbcType=TIMESTAMP},
del_tag = #{delTag,jdbcType=CHAR},
breed_group = #{breedGroup,jdbcType=VARCHAR},
print_cc = #{printCc,jdbcType=CHAR}
where id = #{id,jdbcType=INTEGER}