### Error updating database. Cause: java.sql.SQLSyntaxErrorException: Unknown column 'userno' in 'field list'
### The error may involve com.cdsoft.project.common.mvc.BaseMapper.insert-Inline
### The error occurred while setting parameters
### SQL: insert into sys_emp ( empid , userId , factoryshopid , userno , simpcode , empname , factshopname , workposition , age , sex , postid , birthdate , entrydate , leavedate , status , delflag , checkstate , checkby , checktime , scantype , version , create_by , create_time , update_by , update_time , groupid , remark ) values ( ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? , ? )
### Cause: java.sql.SQLSyntaxErrorException: Unknown column 'userno' in 'field list'
; bad SQL grammar []; nested exception is java.sql.SQLSyntaxErrorException: Unknown column 'userno' in 'field list' 这个报错是什么原因