错误栈信息
java.lang.IllegelArgumentException:Mapped Statements collection does not contain value for xxx.xxx(com.xx.storage.mapper.InternalExchageMapper.findByUnit)
问题原因:
mapper文件的明明空间不正确
如果使用mapper,则<mapper namespace="com.xx.storage.mapper.Interxxxx">一定要是正确的路径,否则会报错
时间: 2024-10-08 14:53:26