select id, gjz, create_time, create_by, update_time, update_by, deleted
from api_jcycpdgjz
insert into api_jcycpdgjz
gjz,
create_time,
create_by,
update_time,
update_by,
deleted,
#{gjz},
#{createTime},
#{createBy},
#{updateTime},
#{updateBy},
#{deleted},
update api_jcycpdgjz
gjz =
#{gjz},
create_time =
#{createTime},
create_by =
#{createBy},
update_time =
#{updateTime},
update_by =
#{updateBy},
deleted =
#{deleted},
where id = #{id}
delete
from api_jcycpdgjz where id = #{id}
delete from api_jcycpdgjz where id in
#{id}