select id, investigate_name, investigate_code, project_pool_id, investigate_person, investigate_person_id, investigate_cost, describe_, remark, status, del_flag, create_by, create_time, update_by, update_time from t_project_investigate
insert into t_project_investigate
id,investigate_name,investigate_code,project_pool_id,investigate_person,investigate_person_id,investigate_cost,describe_,remark,status,del_flag,create_by,create_time,update_by,update_time,#{id},#{investigateName},#{investigateCode},#{projectPoolId},#{investigatePerson},#{investigatePersonId},#{investigateCost},#{describe},#{remark},#{status},#{delFlag},#{createBy},#{createTime},#{updateBy},#{updateTime},
update t_project_investigate
investigate_name = #{investigateName},investigate_code = #{investigateCode},project_pool_id = #{projectPoolId},investigate_person = #{investigatePerson},investigate_person_id = #{investigatePersonId},investigate_cost = #{investigateCost},describe_ = #{describe},remark = #{remark},status = #{status},del_flag = #{delFlag},create_by = #{createBy},create_time = #{createTime},update_by = #{updateBy},update_time = #{updateTime},
where id = #{id}
delete from t_project_investigate where id = #{id}
delete from t_project_investigate where id in
#{id}
update t_project_investigate
set del_flag = 1
where id in
#{id}
update t_project_investigate
set status = 1
where id = #{id}