insert into project_sketch (id, project_name, bid_no, build_org_name, build_org_no, descirbe, money, location, stage,
quality_feature, quality_demand, check_demand, create_time, update_time)
values (#{id},#{projectName},#{bidNo},#{buildOrgName},#{buildOrgNo},#{descirbe},#{money},#{location},#{stage},
#{qualityFeature},#{qualityDemand},#{checkDemand},now(),now())
update project_sketch
descirbe = #{descirbe},
money = #{money},
location = #{location},
stage = #{stage},
quality_feature = #{qualityFeature},
quality_demand = #{qualityDemand},
check_demand = #{checkDemand},
update_time = now()
where id = #{id}