select id, bm_project_id, create_by, create_time, update_by, update_time, is_del, statistics_date, statistics_photo from bm_construction_entry
insert into bm_construction_entry
bm_project_id,create_by,create_time,update_by,update_time,is_del,statistics_date,statistics_photo,#{bmProjectId},#{createBy},#{createTime},#{updateBy},#{updateTime},#{isDel},#{statisticsDate},#{statisticsPhoto},
update bm_construction_entry
bm_project_id = #{bmProjectId},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},is_del = #{isDel},statistics_date = #{statisticsDate},statistics_photo = #{statisticsPhoto},
where id = #{id}
delete from bm_construction_entry where id = #{id}
delete from bm_construction_entry where id in
#{id}