### Error updating database. Cause: dm.jdbc.driver.DMException: #000000000000000000000Reject
### The error may exist in com/gyyt/linan/mapper/pre/PreGyytIndustrialAddRateMapper.java (best guess)
### The error may involve com.gyyt.linan.mapper.pre.PreGyytIndustrialAddRateMapper.insert
### The error occurred while executing an update
### SQL: INSERT INTO LAQ_JXJ_SZJX_GYYT_INDUSTRIAL_ADD_RATE_DF ( data_year, data_month, month_total_industrial_add_growth ) VALUES ( ?, ?, ? )
### Cause: dm.jdbc.driver.DMException: #000000000000000000000Reject
; uncategorized SQLException; SQL state [28000]; error code [-5504]; #000000000000000000000Reject; nested exception is dm.jdbc.driver.DMException: #000000000000000000000Reject
在URL加2个参数打印下更详细的日志看看,可能报错的不是这个insert语句,可能是其他的查询类的SQL
--开启JDBC日志,?后为添加的参数
?loglevel=all&logDir=C:\log
可以排查下登录用户是否有该表的查询或插入权限
