CompanyId, CompanyName, CompanyAddress, ContactName, ContactMobile, ContactEmail, createUserId, createDate, updateUserId, updateDate,detail delete from RecruitCompany where CompanyId = #{companyid,jdbcType=INTEGER} insert into RecruitCompany (CompanyId, CompanyName, CompanyAddress, ContactName, ContactMobile, ContactEmail, createUserId, createDate, updateUserId, updateDate) values (#{companyid,jdbcType=INTEGER}, #{companyname,jdbcType=VARCHAR}, #{companyaddress,jdbcType=VARCHAR}, #{contactname,jdbcType=VARCHAR}, #{contactmobile,jdbcType=VARCHAR}, #{contactemail,jdbcType=VARCHAR}, #{createuserid,jdbcType=INTEGER}, #{createdate,jdbcType=TIMESTAMP}, #{updateuserid,jdbcType=INTEGER}, #{updatedate,jdbcType=TIMESTAMP}) insert into RecruitCompany CompanyId, CompanyName, CompanyAddress, ContactName, ContactMobile, ContactEmail, createUserId, createDate, updateUserId, updateDate, detail, #{companyid,jdbcType=INTEGER}, #{companyname,jdbcType=VARCHAR}, #{companyaddress,jdbcType=VARCHAR}, #{contactname,jdbcType=VARCHAR}, #{contactmobile,jdbcType=VARCHAR}, #{contactemail,jdbcType=VARCHAR}, #{createuserid,jdbcType=INTEGER}, #{createdate,jdbcType=TIMESTAMP}, #{updateuserid,jdbcType=INTEGER}, #{updatedate,jdbcType=TIMESTAMP}, #{detail,jdbcType=TIMESTAMP}, update RecruitCompany CompanyName = #{companyname,jdbcType=VARCHAR}, CompanyAddress = #{companyaddress,jdbcType=VARCHAR}, ContactName = #{contactname,jdbcType=VARCHAR}, ContactMobile = #{contactmobile,jdbcType=VARCHAR}, ContactEmail = #{contactemail,jdbcType=VARCHAR}, createUserId = #{createuserid,jdbcType=INTEGER}, createDate = #{createdate,jdbcType=TIMESTAMP}, updateUserId = #{updateuserid,jdbcType=INTEGER}, updateDate = #{updatedate,jdbcType=TIMESTAMP}, detail = #{detail,jdbcType=VARCHAR}, where CompanyId = #{companyid,jdbcType=INTEGER} update RecruitCompany set CompanyName = #{companyname,jdbcType=VARCHAR}, CompanyAddress = #{companyaddress,jdbcType=VARCHAR}, ContactName = #{contactname,jdbcType=VARCHAR}, ContactMobile = #{contactmobile,jdbcType=VARCHAR}, ContactEmail = #{contactemail,jdbcType=VARCHAR}, createUserId = #{createuserid,jdbcType=INTEGER}, createDate = #{createdate,jdbcType=TIMESTAMP}, updateUserId = #{updateuserid,jdbcType=INTEGER}, updateDate = #{updatedate,jdbcType=TIMESTAMP}, detail = #{detail,jdbcType=VARCHAR} where CompanyId = #{companyid,jdbcType=INTEGER} delete from RecruitCompany where CompanyId = #{companyid,jdbcType=INTEGER}