权限控制 改造使用shiro标签 ALTER TABLE `operation` MODIFY COLUMN `code` varchar(50) CHARACTER SET utf8 COLLATE utf8_general_ci NOT NULL AFTER `native_code`; update operation set `code`='rename' where id=183; update operation set `code`='get_fingerprint' where id=227; update operation set `code`='pay_confirm' where id=228; update operation set `code`='export' where id=229; update operation set `code`='import' where id=230; update operation set `code`='enroll_confirm' where id=231; update operation set `code`='approval' where id=217; update operation set `code`='securityperson' where id=218; update operation set `code`='securitycompany' where id=219; update operation set `code`='person' where id=220; update operation set `code`='securityperson_statistics' where id=221; update operation set `code`='securitycompany' where id=224; update operation set `code`='traincompany' where id=225; update operation set `code`='securityperson' where id=226; update operation set `code`='search' where id=236; update operation set `code`='repulse' where id=242; update operation set `code`='score_confirm' where id=243;