ALTER TABLE `sys_org` ADD COLUMN `is_responsible` int(0) NULL DEFAULT 1 COMMENT '是否责任单位' AFTER `org_p_id`;