org.apache.ibatis.binding.BindingException: Invalid bound statement 提示错误
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.zhuzi.camel.bus.dao.YmFamMapper.selectByPrimaryKey at org.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:225) at org.apache.ibatis.binding.MapperMethod.<init>(MapperMethod.java:48) at org.apache.ibatis.binding.MapperProxy.cachedMapperMethod(MapperProxy.java:65) at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:58) at com.sun.proxy.$Proxy54.selectByPrimaryKey(Unknown Source) at com.zhuzi.camel.bus.service.impl.YmFamServiceImpl.getById(YmFamServiceImpl.java:32) at com.zhuzi.camel.handler.MyTCPOrderHandler2.hadler(MyTCPOrderHandler2.java:21) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)