ID,
OBJ_ID,
SWHS_CODE,
SWHS_NAME,
AD_CODE,
AD_NAME,
WAIN_WASO_TYPE,
SWHS_USE,
SWHS_LEVEL,
WAIN_LOC,
INS_NAME,
INS_PER,
INS_PER_PHONE,
DEPT,
DEPT_PER,
DEPT_PER_PHONE,
CENTER_X,
CENTER_Y,
GD_X,
GD_Y,
PERS_ID,
NOTE,
INTM,
UPTM,
DATA_STAT,
STATE,
MGT_STAT
#{id},
#{objId},
#{swhsCode},
#{swhsName},
#{adCode},
#{adName},
#{wainWasoType},
#{swhsUse},
#{swhsLevel},
#{wainLoc},
#{insName},
#{insPer},
#{insPerPhone},
#{dept},
#{deptPer},
#{deptPerPhone},
#{centerX},
#{centerY},
#{gdX},
#{gdY},
#{persId},
#{note},
#{intm},
#{uptm},
#{dataStat},
#{state},
#{mgtStat}
and OBJ_ID = #{objId}
and SWHS_CODE = #{swhsCode}
and SWHS_NAME = #{swhsName}
and AD_CODE = #{adCode}
and AD_NAME = #{adName}
and WAIN_WASO_TYPE = #{wainWasoType}
and SWHS_USE = #{swhsUse}
and SWHS_LEVEL = #{swhsLevel}
and WAIN_LOC = #{wainLoc}
and INS_NAME = #{insName}
and INS_PER = #{insPer}
and INS_PER_PHONE = #{insPerPhone}
and DEPT = #{dept}
and DEPT_PER = #{deptPer}
and DEPT_PER_PHONE = #{deptPerPhone}
and CENTER_X = #{centerX}
and CENTER_Y = #{centerY}
and GD_X = #{gdX}
and GD_Y = #{gdY}
and PERS_ID = #{persId}
and NOTE = #{note}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
and STATE = #{state}
and MGT_STAT = #{mgtStat}
and DATA_STAT='0'
insert into BIS_INSP_SWHSJS(
)
values (
)
update BIS_INSP_SWHSJS set DATA_STAT='9' where ID = #{id}
update BIS_INSP_SWHSJS set DATA_STAT='9'
update BIS_INSP_SWHSJS set DATA_STAT = '9' where ID = #{id}
update BIS_INSP_SWHSJS
OBJ_ID = #{objId},
SWHS_CODE = #{swhsCode},
SWHS_NAME = #{swhsName},
AD_CODE = #{adCode},
AD_NAME = #{adName},
WAIN_WASO_TYPE = #{wainWasoType},
SWHS_USE = #{swhsUse},
SWHS_LEVEL = #{swhsLevel},
WAIN_LOC = #{wainLoc},
INS_NAME = #{insName},
INS_PER = #{insPer},
INS_PER_PHONE = #{insPerPhone},
DEPT = #{dept},
DEPT_PER = #{deptPer},
DEPT_PER_PHONE = #{deptPerPhone},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
PERS_ID = #{persId},
NOTE = #{note},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},
MGT_STAT = #{mgtStat},
ID = #{id}
update BIS_INSP_SWHSJS
OBJ_ID = #{objId},
SWHS_CODE = #{swhsCode},
SWHS_NAME = #{swhsName},
AD_CODE = #{adCode},
AD_NAME = #{adName},
WAIN_WASO_TYPE = #{wainWasoType},
SWHS_USE = #{swhsUse},
SWHS_LEVEL = #{swhsLevel},
WAIN_LOC = #{wainLoc},
INS_NAME = #{insName},
INS_PER = #{insPer},
INS_PER_PHONE = #{insPerPhone},
DEPT = #{dept},
DEPT_PER = #{deptPer},
DEPT_PER_PHONE = #{deptPerPhone},
CENTER_X = #{centerX},
CENTER_Y = #{centerY},
GD_X = #{gdX},
GD_Y = #{gdY},
PERS_ID = #{persId},
NOTE = #{note},
INTM = #{intm},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
STATE = #{state},
MGT_STAT = #{mgtStat},