-- 考试安排、补考 update module set active =false where id in(132,133); update operation set active =false where module_id in(132,133); -- 待办事项(外网隐藏) update module set active =false where id in( 166,165) ; update operation set active =false where module_id in( 166,165) ; -- 枪支申报 update module set active =false where id in(115); update operation set active =false where module_id in(115); -- 分公司申报 update module set active =false where id in(68); update operation set active =false where module_id in(68); -- 培训单位 (外网隐藏) -- 批复意见、上传批复文件 update operation set active =false where id in (256,257); -- 上传过程文件 update operation set active =false where id =255; -- 制证 update operation set active =false where id =258; -- 服务公司批复、制证 (外网隐藏) -- 批复意见、上传批复文件 update operation set active =false where id in (249,250); -- 上传过程文件 update operation set active =false where id =247; -- 制证 update operation set active =false where id =251; -- 变更制证 (外网隐藏) -- 制证 update operation set active =false where id =316; -- 打印变更 update module set active =false where id = 140; update operation set active =false where module_id in(140); update operation set active =false where id in(317,318,319); -- 培训单位打印 update module set active =false where id = 131; update operation set active =false where module_id in(131); -- 服务公司打印 update module set active =false where id = 130; update operation set active =false where module_id in(130); -- 回执单 update operation set active =false where id in(325); update operation set active =false where id in(310); update operation set active =false where id in(307); -- 新增审批层级 update operation set active =false where id in(241); -- 处理签 update operation set active =false where id in(254,259); update operation set active =false where id in(248,252); -- 保安员资格报名 -- 获取指纹卡号 update operation set active =false where id = 227; -- 打回 update operation set active =false where id = 242; -- 确认成绩 update operation set active =false where id = 243; -- 缴费确认 update operation set active =false where id = 271; -- 录入指纹 update operation set active =false where id = 334; -- 录入成绩 update operation set active =false where id = 336; -- 保安服务分公司信息 update module set active =false where id =145; update operation set active =false where module_id = 145; -- 保安员证书 -- 导入 update operation set active =false where id = 302; -- 领取 update operation set active =false where id = 300; -- 上传头像 update operation set active =false where id = 301; -- 打印 update operation set active =false where id = 272; -- 公司申报 -- 分公司 update module set active =false where id =158; update operation set active =false where module_id = 158; -- 年报 update module set active =false where id =162; update operation set active =false where module_id = 162; -- 枪支 update module set active =false where id =168; update operation set active =false where module_id = 168; -- 自然人 -- 分公司 update module set active =false where id =159; update operation set active =false where module_id = 159;