ID,
SN,
PRO_CODE,
PRO_NAME,
CITY_CODE,
CITY_NAME,
COUNTY_CODE,
COUNTY_NAME,
RS_CODE,
RS_NAME,
ENG_SCAL,
TOT_CAP,
IS_POOR,
IS_CHECK,
NOTE,
ORG_ID,
ORG_NM,
MNTH,
OLD_GROUP_ID,
GROUP_ID,
GROUP_NM,
REG_ID,
OBJ_ID
#{id},
#{sn},
#{proCode},
#{proName},
#{cityCode},
#{cityName},
#{countyCode},
#{countyName},
#{rsCode},
#{rsName},
#{engScal},
#{totCap},
#{isPoor},
#{isCheck},
#{note},
#{orgId},
#{orgNm},
#{mnth},
#{oldGroupId},
#{groupId},
#{groupNm},
#{regId},
#{objId}
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 like '%${rsName}%' or #{rsName} like '%'||RS_NAME||'%')
and ENG_SCAL = #{engScal}
and TOT_CAP = #{totCap}
and IS_POOR = #{isPoor}
and IS_CHECK = #{isCheck}
and NOTE = #{note}
and ORG_ID = #{orgId}
and ORG_NM = #{orgNm}
and MNTH = #{mnth}
and OLD_GROUP_ID = #{oldGroupId}
and GROUP_ID = #{groupId}
and GROUP_NM = #{groupNm}
and REG_ID = #{regId}
and OBJ_ID = #{objId}
insert into IMP_RS_INFO( )
values ( )
delete from IMP_RS_INFO where ID = #{id}
delete from IMP_RS_INFO
update IMP_RS_INFO set flag_valid = 0 where ID = #{id}
update IMP_RS_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},
TOT_CAP = #{totCap},
IS_POOR = #{isPoor},
IS_CHECK = #{isCheck},
NOTE = #{note},
ORG_ID = #{orgId},
ORG_NM = #{orgNm},
MNTH = #{mnth},
OLD_GROUP_ID = #{oldGroupId},
GROUP_ID = #{groupId},
GROUP_NM = #{groupNm},
REG_ID = #{regId},
OBJ_ID = #{objId},
ID = #{id}
update IMP_RS_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},
TOT_CAP = #{totCap},
IS_POOR = #{isPoor},
IS_CHECK = #{isCheck},
NOTE = #{note},
ORG_ID = #{orgId},
ORG_NM = #{orgNm},
MNTH = #{mnth},
OLD_GROUP_ID = #{oldGroupId},
GROUP_ID = #{groupId},
GROUP_NM = #{groupNm},
REG_ID = #{regId},
OBJ_ID = #{objId},