id, claim, effectivedate, department, number, description, ranges, updateinfo, orderindex,
url, filename, createtime, createby, createbyname, updatetime, updateby, updatebyname,
validflag
delete from standardlawlist
where id = #{id,jdbcType=BIGINT}
insert into standardlawlist
id,
claim,
effectivedate,
department,
number,
description,
ranges,
updateinfo,
orderindex,
url,
filename,
createtime,
createby,
createbyname,
updatetime,
updateby,
updatebyname,
validflag,
#{id,jdbcType=BIGINT},
#{claim,jdbcType=VARCHAR},
#{effectivedate,jdbcType=TIMESTAMP},
#{department,jdbcType=VARCHAR},
#{number,jdbcType=VARCHAR},
#{description,jdbcType=VARCHAR},
#{ranges,jdbcType=VARCHAR},
#{updateinfo,jdbcType=VARCHAR},
#{orderindex,jdbcType=INTEGER},
#{url,jdbcType=VARCHAR},
#{filename,jdbcType=VARCHAR},
#{createtime,jdbcType=TIMESTAMP},
#{createby,jdbcType=BIGINT},
#{createbyname,jdbcType=VARCHAR},
#{updatetime,jdbcType=TIMESTAMP},
#{updateby,jdbcType=BIGINT},
#{updatebyname,jdbcType=VARCHAR},
#{validflag,jdbcType=BIT},
update standardlawlist
claim = #{claim,jdbcType=VARCHAR},
effectivedate = #{effectivedate,jdbcType=TIMESTAMP},
department = #{department,jdbcType=VARCHAR},
number = #{number,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
ranges = #{ranges,jdbcType=VARCHAR},
updateinfo = #{updateinfo,jdbcType=VARCHAR},
orderindex = #{orderindex,jdbcType=INTEGER},
url = #{url,jdbcType=VARCHAR},
filename = #{filename,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
createby = #{createby,jdbcType=BIGINT},
createbyname = #{createbyname,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
updateby = #{updateby,jdbcType=BIGINT},
updatebyname = #{updatebyname,jdbcType=VARCHAR},
validflag = #{validflag,jdbcType=BIT},
where id = #{id,jdbcType=BIGINT}
update standardlawlist
set claim = #{claim,jdbcType=VARCHAR},
effectivedate = #{effectivedate,jdbcType=TIMESTAMP},
department = #{department,jdbcType=VARCHAR},
number = #{number,jdbcType=VARCHAR},
description = #{description,jdbcType=VARCHAR},
ranges = #{ranges,jdbcType=VARCHAR},
updateinfo = #{updateinfo,jdbcType=VARCHAR},
orderindex = #{orderindex,jdbcType=INTEGER},
url = #{url,jdbcType=VARCHAR},
filename = #{filename,jdbcType=VARCHAR},
createtime = #{createtime,jdbcType=TIMESTAMP},
createby = #{createby,jdbcType=BIGINT},
createbyname = #{createbyname,jdbcType=VARCHAR},
updatetime = #{updatetime,jdbcType=TIMESTAMP},
updateby = #{updateby,jdbcType=BIGINT},
updatebyname = #{updatebyname,jdbcType=VARCHAR},
validflag = #{validflag,jdbcType=BIT}
where id = #{id,jdbcType=BIGINT}