HI_ID, HI_Name, HI_ShortName, HI_FullName, HI_Address, HI_Tel, HI_Intro, HI_PinyinCode, HI_WubiCode, HI_OtherCode, HI_ISDel, HI_SupID, HI_Auth_Code, HI_Active_Time, HI_Aging_Time insert into sys_hospitalinfo (HI_ID, HI_Name, HI_ShortName, HI_FullName, HI_Address, HI_Tel, HI_Intro, HI_PinyinCode, HI_WubiCode, HI_OtherCode, HI_ISDel, HI_SupID, HI_Auth_Code, HI_Active_Time, HI_Aging_Time ) values (#{hiId,jdbcType=INTEGER}, #{hiName,jdbcType=VARCHAR}, #{hiShortName,jdbcType=VARCHAR}, #{hiFullName,jdbcType=VARCHAR}, #{hiAddress,jdbcType=VARCHAR}, #{hiTel,jdbcType=VARCHAR}, #{hiIntro,jdbcType=VARCHAR}, #{hiPinyinCode,jdbcType=VARCHAR}, #{hiWubiCode,jdbcType=VARCHAR}, #{hiOtherCode,jdbcType=VARCHAR}, #{hiIsDel,jdbcType=INTEGER}, #{hiSupId,jdbcType=INTEGER}, #{hiAuthCode,jdbcType=VARCHAR}, #{hiActiveTime,jdbcType=TIMESTAMP}, #{hiAgingTime,jdbcType=TIMESTAMP} ) insert into sys_hospitalinfo HI_ID, HI_Name, HI_ShortName, HI_FullName, HI_Address, HI_Tel, HI_Intro, HI_PinyinCode, HI_WubiCode, HI_OtherCode, HI_ISDel, HI_SupID, HI_Auth_Code, HI_Active_Time, HI_Aging_Time, #{hiId,jdbcType=INTEGER}, #{hiName,jdbcType=VARCHAR}, #{hiShortName,jdbcType=VARCHAR}, #{hiFullName,jdbcType=VARCHAR}, #{hiAddress,jdbcType=VARCHAR}, #{hiTel,jdbcType=VARCHAR}, #{hiIntro,jdbcType=VARCHAR}, #{hiPinyinCode,jdbcType=VARCHAR}, #{hiWubiCode,jdbcType=VARCHAR}, #{hiOtherCode,jdbcType=VARCHAR}, #{hiIsDel,jdbcType=INTEGER}, #{hiSupId,jdbcType=INTEGER}, #{hiAuthCode,jdbcType=VARCHAR}, #{hiActiveTime,jdbcType=TIMESTAMP}, #{hiAgingTime,jdbcType=TIMESTAMP}, update sys_hospitalinfo HI_Name = #{hiName,jdbcType=VARCHAR}, HI_ShortName = #{hiShortName,jdbcType=VARCHAR}, HI_FullName = #{hiFullName,jdbcType=VARCHAR}, HI_Address = #{hiAddress,jdbcType=VARCHAR}, HI_Tel = #{hiTel,jdbcType=VARCHAR}, HI_Intro = #{hiIntro,jdbcType=VARCHAR}, HI_PinyinCode = #{hiPinyinCode,jdbcType=VARCHAR}, HI_WubiCode = #{hiWubiCode,jdbcType=VARCHAR}, HI_OtherCode = #{hiOtherCode,jdbcType=VARCHAR}, HI_ISDel = #{hiIsDel,jdbcType=INTEGER}, HI_SupID = #{hiSupId,jdbcType=INTEGER}, HI_Auth_Code = #{hiAuthCode,jdbcType=VARCHAR}, HI_Active_Time = #{hiActiveTime,jdbcType=TIMESTAMP}, HI_Aging_Time = #{hiAgingTime,jdbcType=TIMESTAMP}, where HI_ID = #{hiId,jdbcType=INTEGER} update sys_hospitalinfo set HI_Name = #{hiName,jdbcType=VARCHAR}, HI_ShortName = #{hiShortName,jdbcType=VARCHAR}, HI_FullName = #{hiFullName,jdbcType=VARCHAR}, HI_Address = #{hiAddress,jdbcType=VARCHAR}, HI_Tel = #{hiTel,jdbcType=VARCHAR}, HI_Intro = #{hiIntro,jdbcType=VARCHAR}, HI_PinyinCode = #{hiPinyinCode,jdbcType=VARCHAR}, HI_WubiCode = #{hiWubiCode,jdbcType=VARCHAR}, HI_OtherCode = #{hiOtherCode,jdbcType=VARCHAR}, HI_ISDel = #{hiIsDel,jdbcType=INTEGER}, HI_SupID = #{hiSupId,jdbcType=INTEGER}, HI_Auth_Code = #{hiAuthCode,jdbcType=VARCHAR}, HI_Active_Time = #{hiActiveTime,jdbcType=TIMESTAMP}, HI_Aging_Time = #{hiAgingTime,jdbcType=TIMESTAMP} where HI_ID = #{hiId,jdbcType=INTEGER}