and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
and ${criterion.condition}
and ${criterion.condition} #{criterion.value}
and ${criterion.condition} #{criterion.value} and #{criterion.secondValue}
and ${criterion.condition}
#{listItem}
InstitutionID
, CompanyName, CompanyAddress, FzrName, FzrMobile, FrName, FrMobile,
CompanyCode, CompanyDesc, Remark, CreateUserID, CreateTime, ModifyUserID,
ModifyTime,SignInPoliticalArea,EconomicTypeID,ValidDate
delete from pc_institution
where InstitutionID = #{institutionID,jdbcType=VARCHAR}
delete from pc_institution
insert into pc_institution (InstitutionID, CompanyName, CompanyAddress,
FzrName, FzrMobile, FrName,
FrMobile, CompanyCode, CompanyDesc,
Remark, CreateUserID, CreateTime,
ModifyUserID, ModifyTime, SignInPoliticalArea, EconomicTypeID, ValidDate)
values (#{institutionID,jdbcType=VARCHAR}, #{companyName,jdbcType=VARCHAR}, #{companyAddress,jdbcType=VARCHAR},
#{fzrName,jdbcType=VARCHAR}, #{fzrMobile,jdbcType=VARCHAR}, #{frName,jdbcType=VARCHAR},
#{frMobile,jdbcType=VARCHAR}, #{companyCode,jdbcType=VARCHAR}, #{companyDesc,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR}, #{createUserID,jdbcType=VARCHAR}, #{createTime,jdbcType=TIMESTAMP},
#{modifyUserID,jdbcType=VARCHAR}, #{modifyTime,jdbcType=TIMESTAMP}, #{signInPoliticalArea,jdbcType=VARCHAR},
#{economicTypeID,jdbcType=INTEGER}, #{validDate,jdbcType=TIMESTAMP})
insert into pc_institution
InstitutionID,
CompanyName,
CompanyAddress,
FzrName,
FzrMobile,
FrName,
FrMobile,
CompanyCode,
CompanyDesc,
Remark,
CreateUserID,
CreateTime,
ModifyUserID,
ModifyTime,
SignInPoliticalArea,
ValidDate,
EconomicTypeID,
#{institutionID,jdbcType=VARCHAR},
#{companyName,jdbcType=VARCHAR},
#{companyAddress,jdbcType=VARCHAR},
#{fzrName,jdbcType=VARCHAR},
#{fzrMobile,jdbcType=VARCHAR},
#{frName,jdbcType=VARCHAR},
#{frMobile,jdbcType=VARCHAR},
#{companyCode,jdbcType=VARCHAR},
#{companyDesc,jdbcType=VARCHAR},
#{remark,jdbcType=VARCHAR},
#{createUserID,jdbcType=VARCHAR},
#{createTime,jdbcType=TIMESTAMP},
#{modifyUserID,jdbcType=VARCHAR},
#{modifyTime,jdbcType=TIMESTAMP},
#{signInPoliticalArea,jdbcType=VARCHAR},
#{validDate,jdbcType=TIMESTAMP},
#{economicTypeID,jdbcType=INTEGER},
update pc_institution
InstitutionID = #{row.institutionID,jdbcType=VARCHAR},
CompanyName = #{row.companyName,jdbcType=VARCHAR},
CompanyAddress = #{row.companyAddress,jdbcType=VARCHAR},
FzrName = #{row.fzrName,jdbcType=VARCHAR},
FzrMobile = #{row.fzrMobile,jdbcType=VARCHAR},
FrName = #{row.frName,jdbcType=VARCHAR},
FrMobile = #{row.frMobile,jdbcType=VARCHAR},
CompanyCode = #{row.companyCode,jdbcType=VARCHAR},
CompanyDesc = #{row.companyDesc,jdbcType=VARCHAR},
Remark = #{row.remark,jdbcType=VARCHAR},
CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
ModifyUserID = #{row.modifyUserID,jdbcType=VARCHAR},
ModifyTime = #{row.modifyTime,jdbcType=TIMESTAMP},
SignInPoliticalArea = #{row.signInPoliticalArea,jdbcType=VARCHAR},
ValidDate = #{row.validDate,jdbcType=TIMESTAMP},
EconomicTypeID = #{row.economicTypeID,jdbcType=INTEGER},
update pc_institution
set InstitutionID = #{row.institutionID,jdbcType=VARCHAR},
CompanyName = #{row.companyName,jdbcType=VARCHAR},
CompanyAddress = #{row.companyAddress,jdbcType=VARCHAR},
FzrName = #{row.fzrName,jdbcType=VARCHAR},
FzrMobile = #{row.fzrMobile,jdbcType=VARCHAR},
FrName = #{row.frName,jdbcType=VARCHAR},
FrMobile = #{row.frMobile,jdbcType=VARCHAR},
CompanyCode = #{row.companyCode,jdbcType=VARCHAR},
CompanyDesc = #{row.companyDesc,jdbcType=VARCHAR},
Remark = #{row.remark,jdbcType=VARCHAR},
CreateUserID = #{row.createUserID,jdbcType=VARCHAR},
CreateTime = #{row.createTime,jdbcType=TIMESTAMP},
ModifyUserID = #{row.modifyUserID,jdbcType=VARCHAR},
ModifyTime = #{row.modifyTime,jdbcType=TIMESTAMP},
SignInPoliticalArea = #{row.signInPoliticalArea,jdbcType=VARCHAR},
ValidDate = #{row.validDate,jdbcType=TIMESTAMP},
EconomicTypeID = #{row.economicTypeID,jdbcType=INTEGER}
update pc_institution
CompanyName = #{companyName,jdbcType=VARCHAR},
CompanyAddress = #{companyAddress,jdbcType=VARCHAR},
FzrName = #{fzrName,jdbcType=VARCHAR},
FzrMobile = #{fzrMobile,jdbcType=VARCHAR},
FrName = #{frName,jdbcType=VARCHAR},
FrMobile = #{frMobile,jdbcType=VARCHAR},
CompanyCode = #{companyCode,jdbcType=VARCHAR},
CompanyDesc = #{companyDesc,jdbcType=VARCHAR},
Remark = #{remark,jdbcType=VARCHAR},
CreateUserID = #{createUserID,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
ModifyUserID = #{modifyUserID,jdbcType=VARCHAR},
ModifyTime = #{modifyTime,jdbcType=TIMESTAMP},
SignInPoliticalArea = #{signInPoliticalArea,jdbcType=VARCHAR},
ValidDate = #{validDate,jdbcType=TIMESTAMP},
EconomicTypeID = #{economicTypeID,jdbcType=INTEGER},
where InstitutionID = #{institutionID,jdbcType=VARCHAR}
update pc_institution
set CompanyName = #{companyName,jdbcType=VARCHAR},
CompanyAddress = #{companyAddress,jdbcType=VARCHAR},
FzrName = #{fzrName,jdbcType=VARCHAR},
FzrMobile = #{fzrMobile,jdbcType=VARCHAR},
FrName = #{frName,jdbcType=VARCHAR},
FrMobile = #{frMobile,jdbcType=VARCHAR},
CompanyCode = #{companyCode,jdbcType=VARCHAR},
CompanyDesc = #{companyDesc,jdbcType=VARCHAR},
Remark = #{remark,jdbcType=VARCHAR},
CreateUserID = #{createUserID,jdbcType=VARCHAR},
CreateTime = #{createTime,jdbcType=TIMESTAMP},
ModifyUserID = #{modifyUserID,jdbcType=VARCHAR},
ModifyTime = #{modifyTime,jdbcType=TIMESTAMP},
signInPoliticalArea = #{signInPoliticalArea,jdbcType=VARCHAR},
validDate = #{validDate,jdbcType=TIMESTAMP},
economicTypeID = #{economicTypeID,jdbcType=INTEGER}
where InstitutionID = #{institutionID,jdbcType=VARCHAR}