ID,
SWHS_ID,
SWHS_CODE,
PBLM_DESC,
IS_RECT,
IN_TM,
UP_TM
#{id},
#{swhsId},
#{swhsCode},
#{pblmDesc},
#{isRect},
#{inTm},
#{upTm}
and SWHS_ID = #{swhsId}
and SWHS_CODE = #{swhsCode}
and PBLM_DESC = #{pblmDesc}
and IS_RECT = #{isRect}
and IN_TM = #{inTm}
and UP_TM = #{upTm}
insert into BIS_INSP_SWHS_PBLM( )
values ( )
delete from BIS_INSP_SWHS_PBLM where ID = #{id}
delete from BIS_INSP_SWHS_PBLM
update BIS_INSP_SWHS_PBLM set flag_valid = 0 where ID = #{id}
update BIS_INSP_SWHS_PBLM
SWHS_ID = #{swhsId},
SWHS_CODE = #{swhsCode},
PBLM_DESC = #{pblmDesc},
IS_RECT = #{isRect},
IN_TM = #{inTm},
UP_TM = #{upTm},
ID = #{id}
update BIS_INSP_SWHS_PBLM
SWHS_ID = #{swhsId},
SWHS_CODE = #{swhsCode},
PBLM_DESC = #{pblmDesc},
IS_RECT = #{isRect},
IN_TM = #{inTm},
UP_TM = #{upTm},
UPDATE BIS_INSP_SWHS_PBLM
IS_RECT = #{item.isRect}
ID = #{item.id}