mvc注入service失败

[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点能点进去的

clipboard.png
我感觉这个serice有点奇怪
clipboard.png

阅读 2.2k
3 个回答

我的mybatis扫包的范围太大了,把Service当成map.xml扫了

报错是没有找到 com.cargopm.minisoft.service.QuotationService.updateOrderFee 的sql

xml和mapper 没有对应 ?

撰写回答
你尚未登录,登录后可以
  • 和开发者交流问题的细节
  • 关注并接收问题和回答的更新提醒
  • 参与内容的编辑和改进,让解决方法与时俱进
推荐问题