ID, WIU_CODE, WIU_NAME, WINT_CODE, IDT_TYPE, AD_NAME, AD_CODE, NAME, WIU_NAT, WIU_NAT_NAME, CODE_TYPE, CODE_VAL, WIU_CONTACT, WIU_CONTACT_TEL, IN_TM, WIU_LONG, WIU_LAT, GD_X, GD_Y, UP_TM #{id}, #{wiuCode}, #{wiuName}, #{wintCode}, #{idtType}, #{adName}, #{adCode}, #{name}, #{wiuNat}, #{wiuNatName}, #{codeType}, #{codeVal}, #{wiuContact}, #{wiuContactTel}, #{inTm}, #{wiuLong}, #{wiuLat}, #{gdX}, #{gdY}, #{upTm} and WIU_CODE = #{wiuCode} and WIU_NAME = #{wiuName} and WINT_CODE = #{wintCode} and IDT_TYPE = #{idtType} and NAME = #{name} and AD_NAME = #{adName} and AD_CODE = #{adCode} and WIU_NAT = #{wiuNat} and WIU_NAT_NAME = #{wiuNatName} and CODE_TYPE = #{codeType} and CODE_VAL = #{codeVal} and WIU_CONTACT = #{wiuContact} and WIU_CONTACT_TEL = #{wiuContactTel} and IN_TM = #{inTm} and UP_TM = #{upTm} and WIU_LONG = #{wiuLong} and WIU_LAT = #{wiuLat} and GD_X = #{gdX} and GD_Y = #{gdY} insert into ATT_WIU_BASE( ) values ( ) delete from ATT_WIU_BASE where ID = #{id} delete from ATT_WIU_BASE update ATT_WIU_BASE set flag_valid = 0 where ID = #{id} update ATT_WIU_BASE WIU_CODE = #{wiuCode}, WIU_NAME = #{wiuName}, WINT_CODE = #{wintCode}, IDT_TYPE = #{idtType}, NAME = #{name}, WIU_NAT = #{wiuNat}, WIU_NAT_NAME = #{wiuNatName}, CODE_TYPE = #{codeType}, AD_NAME = #{adName}, AD_CODE = #{adCode}, CODE_VAL = #{codeVal}, WIU_CONTACT = #{wiuContact}, WIU_CONTACT_TEL = #{wiuContactTel}, IN_TM = #{inTm}, UP_TM = #{upTm}, WIU_LONG = #{wiuLong}, WIU_LAT = #{wiuLat}, GD_X = #{gdX}, GD_Y = #{gdY}, ID = #{id} update ATT_WIU_BASE WIU_CODE = #{wiuCode}, WIU_NAME = #{wiuName}, WINT_CODE = #{wintCode}, IDT_TYPE = #{idtType}, AD_NAME = #{adName}, AD_CODE = #{adCode}, NAME = #{name}, WIU_NAT = #{wiuNat}, WIU_NAT_NAME = #{wiuNatName}, CODE_TYPE = #{codeType}, CODE_VAL = #{codeVal}, WIU_CONTACT = #{wiuContact}, WIU_CONTACT_TEL = #{wiuContactTel}, IN_TM = #{inTm}, UP_TM = #{upTm}, WIU_LONG = #{wiuLong}, WIU_LAT = #{wiuLat}, GD_X = #{gdX}, GD_Y = #{gdY}, and ORG_ID=#{orgId} and ORG_ID is null