ID, Law_ID, PBLMSTB_ID, NOTE,LAW_CONTENT #{id}, #{lawId}, #{pblmstbId}, #{note},#{lawContent} and Law_ID = #{lawId} and PBLMSTB_ID = #{pblmstbId} and note = #{note} and LAW_CONTENT = #{lawContent} insert into TAC_OBJ_PBLMSTB_LAW( ) values ( ) delete from TAC_OBJ_PBLMSTB_LAW where ID = #{id} delete from TAC_OBJ_PBLMSTB_LAW update TAC_OBJ_PBLMSTB_LAW set flag_valid = 0 where ID = #{id} update TAC_OBJ_PBLMSTB_LAW Law_ID = #{lawId}, PBLMSTB_ID = #{pblmstbId}, note = #{note}, LAW_CONTENT = #{lawContent}, ID = #{id} update TAC_OBJ_PBLMSTB_LAW Law_ID = #{lawId}, PBLMSTB_ID = #{pblmstbId}, note = #{note}, LAW_CONTENT = #{lawContent},