AI智能解答
query.put("t_type", "21");
query.put("parent_id", "1");
query.put("t_nature", "1");
intmanagerDao.updateScoreByType(query);
//更新二级建造师管理题型分值
query.put("t_type", "21");
query.put("parent_id", "2");
query.put("t_nature", "1");
intmanagerDao.updateScoreByType(query);
//更新三级建造师管理题型分值
query.put("t_type", "21");
query.put("parent_id", "3");
query.put("t_nature", "1");
intmanagerDao.updateScoreByType(query);
//更新一级注册建筑师管理题型分值
query.put("t_type", "25");
query.put("parent_id", "1");
query.put("t_nature", "1");
intmanagerDao.updateScoreByType(query);
//更新二级注册建筑师管理题型分值
query.put("t_type", "25");
query.put("parent_id", "2");
query.put("t_nature", "1");
intmanagerDao.updateScoreByType(query);
//更新三级注册建筑师管理题型分值
query.put("t_type", "25");
query.put("parent_id", "3");
query.put("t_nature", "1");
intmanagerDao.updateScoreByType(query);
//更新一级注册建筑师设计题型分值
query.put("t_type", "25");
query.put("parent_id", "1");
query.put("t_nature", "2");
intmanagerDao.updateScoreByType(query);
//更新二级注册建筑师设计题型分值
query.put("t_type", "25");
query.put("parent_id", "2");
query.put("t_nature", "2");
intmanagerDao.updateScoreByType(query);
//更新三级注册建筑师设计题型分值
query.put("t_type", "25");
query.put("parent_id", "3");
query.put("t_nature", "2");
intmanagerDao.updateScoreByType(query);
//更新一级建筑师题型分值
query.put("t_type", "1");
query.put("parent_id", "1");
intmanagerDao.updateScoreByType(query);
//更新二级建筑师题型分值
query.put("t_type", "1");
query.put("parent_id", "2");
intmanagerDao.updateScoreByType(query);
//更新三级建筑师题型分值
query.put("t_type", "1");
query.put("parent_id", "3");
intmanagerDao.updateScoreByType(query);
//更新一级城市规划设计专业题型分值
query.put("t_type", "37");
query.put("parent_id", "1");
intmanagerDao.updateScoreByType(query);
//更新一级城市规划设计综合结构专业题型分值
query.put("t_type", "37");
query.put("parent_id", "1");
intmanagerDao.updateScoreByType(query);
//更新二级城市规划设计专业题型分值
query.put("t_type", "38");
query.put("parent_id", "2");
intmanagerDao.updateScoreByType(query);
//更新二级城市规划设计综合结构专业题型分值
query.put("t_type", "38");
query.put("parent_id", "2");
intmanagerDao.updateScoreByType(query);
resultMap.put("status_code", 0);
resultMap.put("msg", "更新成功!");
return resultMap;
}
}
工程管理与实务(10个专业):选择题20道,选择题10道,案例分析题5道。其中,单项选择题1分,共20分;选择题每题2分,共20分;案例120分,前三题各20分,后两题各30分;一共160分。