每次都要服务器重启后才能对测试企业进行套件授权,否则就会报错
错误信息:
org.springframework.dao.DataIntegrityViolationException:
### Error updating database. Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'suite_key' cannot be null
### The error may involve defaultParameterMap
### The error occurred while setting parameters
### SQL: insert into isv_corp_suite_auth ( gmt_create, gmt_modified, suite_key, corp_id, permanent_code, ch_permanent_code )values( now(), now(), ?, ?, ?, ? )ON DUPLICATE KEY UPDATE gmt_modified=now(),permanent_code=?,ch_permanent_code=?
### Cause: com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'suite_key' cannot be null
; SQL []; Column 'suite_key' cannot be null; nested exception is com.mysql.jdbc.exceptions.jdbc4.MySQLIntegrityConstraintViolationException: Column 'suite_key' cannot be null.
isv_corp_suite_auth 这个表的信息是有更新的。
版权声明:本文内容由阿里云实名注册用户自发贡献,版权归原作者所有,阿里云开发者社区不拥有其著作权,亦不承担相应法律责任。具体规则请查看《阿里云开发者社区用户服务协议》和《阿里云开发者社区知识产权保护指引》。如果您发现本社区中有涉嫌抄袭的内容,填写侵权投诉表单进行举报,一经查实,本社区将立刻删除涉嫌侵权内容。