org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.exceptions.PersistenceException:
org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.reflection.ReflectionException: There is no getter for property named 'flow_dismantle_status' in 'class cn.product.entity.Flow_Check_Dismantleinfo'
错误原因分析:
'class cn.product.entity.Flow_Check_Dismantleinfo' 表示此包没有找到,查看一下,该包下面是否有mapper相关映射类