ID,
PID,
INDUSTRY_TYPE,
ORDR,
NOTE,
PERS_ID,
INTM,
UPTM,
DATA_STAT
#{id},
#{pid},
#{industryType},
#{ordr},
#{note},
#{persId},
#{intm},
#{uptm},
#{dataStat}
and PID = #{pid}
and INDUSTRY_TYPE = #{industryType}
and ORDR = #{ordr}
and NOTE = #{note}
and PERS_ID = #{persId}
and INTM = #{intm}
and UPTM = #{uptm}
and DATA_STAT = #{dataStat}
insert into CHK_SAFE_STAT_LIST_INDUSTRY(
)
values (
)
update CHK_SAFE_STAT_LIST_INDUSTRY set DATA_STAT='9' where ID = #{id}
update CHK_SAFE_STAT_LIST_INDUSTRY set DATA_STAT='9'
update CHK_SAFE_STAT_LIST_INDUSTRY set DATA_STAT = '9' where ID = #{id}
update CHK_SAFE_STAT_LIST_INDUSTRY
PID = #{pid},
INDUSTRY_TYPE = #{industryType},
ORDR = #{ordr},
NOTE = #{note},
UPTM = #{uptm},
DATA_STAT = #{dataStat},
where ID = #{id}
update CHK_SAFE_STAT_LIST_INDUSTRY
PID = #{pid},
INDUSTRY_TYPE = #{industryType},
ORDR = #{ordr},
NOTE = #{note},
UPTM = #{uptm},
DATA_STAT = #{dataStat},