java.sql.BatchUpdateException: Cannot delete or update a parent row: a foreign key constraint fails (`crm_sys`.`employee`, CONSTRAINT `emp_dept_fk` FOREIGN KEY (`deptid`) REFERENCES `dept` (`id`))
级联删除或更新异常
原文:http://www.cnblogs.com/votg/p/5031514.html