---恢复内容开始---
我在添加单条数据的时候,参数是一个map,没有使用循环,直接map.字段,即使这个字段map中并不存在,也不会出错
但是是一个List<Map>这种,保存就需要循环遍历这个list,然后每个元素都是个map,这时候如果map取一个没有的字段就会报错,就是这个错误:
1 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter ‘__frch_map_0‘ not found. Available parameters are [list]
---恢复内容结束---
原文地址:https://www.cnblogs.com/erxiaoouba/p/9334124.html
时间: 2024-11-02 11:57:01