ID,
SN,
PRO_CODE,
PRO_NAME,
CITY_CODE,
CITY_NAME,
COUNTY_CODE,
COUNTY_NAME,
RS_CODE,
RS_NAME,
ENG_SCAL,
UNIT,
PBLM_TYPE,
PBLM_OPTION,
PBLM_DESC,
PBLM_LEVL,
ATTACH,
PBLM_SN,
PBLM_ID,
MNTH,
OLD_GROUP_ID,
GROUP_ID,
GROUP_NM,
REG_ID,
OBJ_ID,
NOTE,
ORG_ID,
ORG_NM,
PBLMS_TYPE_ID
#{id},
#{sn},
#{proCode},
#{proName},
#{cityCode},
#{cityName},
#{countyCode},
#{countyName},
#{rsCode},
#{rsName},
#{engScal},
#{unit},
#{pblmType},
#{pblmOption},
#{pblmDesc},
#{pblmLevl},
#{attach},
#{pblmSn},
#{pblmId},
#{mnth},
#{oldGroupId},
#{groupId},
#{groupNm},
#{regId},
#{objId},
#{note},
#{orgId},
#{orgNm},
#{pblmTypeId}
and SN = #{sn}
and PRO_CODE = #{proCode}
and PRO_NAME = #{proName}
and CITY_CODE = #{cityCode}
and CITY_NAME = #{cityName}
and COUNTY_CODE = #{countyCode}
and COUNTY_NAME = #{countyName}
and RS_CODE = #{rsCode}
and RS_NAME = #{rsName}
and ENG_SCAL = #{engScal}
and UNIT = #{unit}
and PBLM_TYPE = #{pblmType}
and PBLM_OPTION = #{pblmOption}
and PBLM_DESC = #{pblmDesc}
and PBLM_LEVL = #{pblmLevl}
and ATTACH = #{attach}
and PBLM_SN = #{pblmSn}
and PBLM_ID = #{pblmId}
and MNTH = #{mnth}
and OLD_GROUP_ID = #{oldGroupId}
and GROUP_ID = #{groupId}
and GROUP_NM = #{groupNm}
and REG_ID = #{regId}
and OBJ_ID = #{objId}
and NOTE = #{note},
and ORG_ID = #{orgId}
and ORG_NM = #{orgNm}
AND PBLMS_TYPE_ID = #{pblmTypeId},
insert into IMP_PBLM_INFO(
)
values (
)
delete from IMP_PBLM_INFO where ID = #{id}
delete from IMP_PBLM_INFO
update IMP_PBLM_INFO set flag_valid = 0 where ID = #{id}
update IMP_PBLM_INFO
SN = #{sn},
PRO_CODE = #{proCode},
PRO_NAME = #{proName},
CITY_CODE = #{cityCode},
CITY_NAME = #{cityName},
COUNTY_CODE = #{countyCode},
COUNTY_NAME = #{countyName},
RS_CODE = #{rsCode},
RS_NAME = #{rsName},
ENG_SCAL = #{engScal},
UNIT = #{unit},
PBLM_TYPE = #{pblmType},
PBLM_OPTION = #{pblmOption},
PBLM_DESC = #{pblmDesc},
PBLM_LEVL = #{pblmLevl},
ATTACH = #{attach},
PBLM_SN = #{pblmSn},
PBLM_ID = #{pblmId},
MNTH = #{mnth},
OLD_GROUP_ID = #{oldGroupId},
GROUP_ID = #{groupId},
GROUP_NM = #{groupNm},
REG_ID = #{regId},
OBJ_ID = #{objId},
NOTE = #{note},
ORG_ID = #{orgId},
ORG_NM = #{orgNm},
PBLMS_TYPE_ID = #{pblmTypeId},
ID = #{id}
update IMP_PBLM_INFO
SN = #{sn},
PRO_CODE = #{proCode},
PRO_NAME = #{proName},
CITY_CODE = #{cityCode},
CITY_NAME = #{cityName},
COUNTY_CODE = #{countyCode},
COUNTY_NAME = #{countyName},
RS_CODE = #{rsCode},
RS_NAME = #{rsName},
ENG_SCAL = #{engScal},
UNIT = #{unit},
PBLM_TYPE = #{pblmType},
PBLM_OPTION = #{pblmOption},
PBLM_DESC = #{pblmDesc},
PBLM_LEVL = #{pblmLevl},
ATTACH = #{attach},
PBLM_SN = #{pblmSn},
PBLM_ID = #{pblmId},
MNTH = #{mnth},
OLD_GROUP_ID = #{oldGroupId},
GROUP_ID = #{groupId},
GROUP_NM = #{groupNm},
REG_ID = #{regId},
OBJ_ID = #{objId},
NOTE = #{note},
ORG_ID = #{orgId},
ORG_NM = #{orgNm},
PBLMS_TYPE_ID = #{pblmTypeId},