Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.alibaba.fastjson2.JSONObject
原因是resultMap、resultType写错了
应该是resultType
Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for XXX
Caused by: java.lang.IllegalArgumentException: Result Maps collection does not contain value for com.alibaba.fastjson2.JSONObject
原因是resultMap、resultType写错了
应该是resultType
标签: none