### Error updating database.  Cause: java.sql.SQLSyntaxErrorException:
ORA-00947: There are not enough values

### The error may involve
com.esoon.ids.dao.mapper.ModelConvertRuleMapper.saveConvertRules-Inline
### The error occurred while setting parameters
### SQL: insert into IDS_MODEL_TRAN_RULE(ID, DEVICE_MODEL, CABLE_MODEL,
REMARK, CONN_AWG, CONN_MANU)         values                        (          
  ?             ?             ?             ?             ?             )
### Cause: java.sql.SQLSyntaxErrorException: ORA-00947: There are not enough values

 

 

This is the argument and the value do not correspond , The above parameters are 6 individual , The value is 5 individual ,

 

 

 

Technology