ID,
CHAPTERS,
CONTENT,
INDEX_ID,SORT,SORT2
#{id},
#{chapters},
#{content},
#{indexId},#{sort},#{sort2}
and CHAPTERS = #{chapters}
and CONTENT = #{content}
and INDEX_ID = #{indexId}
and SORT = #{sort}
and SORT2 = #{sort2}
insert into TAC_SLB_LAW_content( )
values ( )
delete from TAC_SLB_LAW_content where ID = #{id}
delete from TAC_SLB_LAW_content
update TAC_SLB_LAW_content set flag_valid = 0 where ID = #{id}
update TAC_SLB_LAW_content
CHAPTERS = #{chapters},
CONTENT = #{content},
INDEX_ID = #{indexId},
SORT = #{sort},
SORT2 = #{sort2},
ID = #{id}
update TAC_SLB_LAW_content
CHAPTERS = #{chapters},
CONTENT = #{content},
INDEX_ID = #{indexId},
SORT = #{sort},
SORT2 = #{sort2},