### The error may involve defaultParameterMap### The error occurred while setting parameters### SQL insert into t_role_permission values### Cause commysqljdbcexceptionsjdbc4MySQLIntegrityConstraintVio
这个错误提示是在执行插入语句时发现要插入的列‘rid’为空值,但是该列设置了非空约束,所以插入失败。需要检查传入的参数是否正确,确保插入语句中rid参数有值。可能需要在调用该方法时传入rid参数的值。
原文地址: http://www.cveoy.top/t/topic/hlBy 著作权归作者所有。请勿转载和采集!