insert into sj_efficiency_analysis(
create_time,weather
)values (#{createTime},#{weather})
update sj_efficiency_analysis set create_time=#{createTime},weather=#{weather}
where id=#{id}
delete from sj_efficiency_analysis where id=#{id}
update sj_new_benefit_analysis
tx_time= #{txTime},
content= #{content},
where id= #{id}