[samoye-ds] 2019-04-13 21:40:25 [DEBUG]-[http-bio-8083-exec-6]-[org.springframework.web.servlet.handler.AbstractHandlerExceptionResolver.resolveException(AbstractHandlerExceptionResolver.java:132)] - Resolving exception from handler [public com.cargopm.minisoft.util.RestResult com.cargopm.minisoft.rfq.ctrl.QuotationCtrl.save(com.cargopm.minisoft.rfq.vo.RfqQuotationVO) throws java.lang.Exception]: org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.cargopm.minisoft.service.QuotationService.updateOrderFee
[samoye-ds] 2019-04-13 21:40:25 [DEBUG]-[http-bio-8083-exec-6]-[org.springframework.web.servlet.FrameworkServlet.processRequest(FrameworkServlet.java:976)] - Could not complete request
org.apache.ibatis.binding.BindingException: Invalid bound statement (not found): com.cargopm.minisoft.service.QuotationService.updateOrderFee
at org.apache.ibatis.binding.MapperMethod$SqlCommand.<init>(MapperMethod.java:189)
at org.apache.ibatis.binding.MapperMethod.<init>(MapperMethod.java:43)
at org.apache.ibatis.binding.MapperProxy.cachedMapperMethod(MapperProxy.java:58)
at org.apache.ibatis.binding.MapperProxy.invoke(MapperProxy.java:51)
at com.sun.proxy.$Proxy52.updateOrderFee(Unknown Source)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:498)
at org.springframework.aop.support.AopUtils.invokeJoinpointUsingReflection(AopUtils.java:317)
at org.springframework.aop.framework.ReflectiveMethodInvocation.invokeJoinpoint(ReflectiveMethodInvocation.java:183)
at org.springframework.aop.framework.ReflectiveMethodInvocation.proceed(ReflectiveMethodInvocation.java:150)
如题下面这行报错了。但是我ctrl点能点进去的
我感觉这个serice有点奇怪
我的mybatis扫包的范围太大了,把Service当成map.xml扫了