insert into t_system_problem(id,user_id ,model,content,image,create_time ,status ) values (
#{id},#{userId},#{model},#{content},#{image},#{createTime},0
)
update t_system_problem set model=#{model} ,content=#{content}
where id=#{id} and status='0'
update t_system_problem set status=#{status},hf=#{hf},update_time=#{updateTime}
where id=#{id}
update t_system_problem set status='00' where id=#{id}
insert into t_job_application( id,curry_day,user_id,user_name,create_time,org_id) values (
#{id},#{curryDay},#{userId},#{loginName},#{createTime},#{orgId}
)