---恢复内容开始---我在添加单条数据的时候,参数是⼀个map,没有使⽤循环,直接map.字段,即使这个字段map中并不存在,也不会出错
但是是⼀个List这种,保存就需要循环遍历这个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]---恢复内容结束--- 因篇幅问题不能全部显示,请点此查看更多更全内容 查看全文
1 org.mybatis.spring.MyBatisSystemException: nested exception is org.apache.ibatis.binding.BindingException: Parameter '__frch_map_0' not found. Available parameters are [list]
---恢复内容结束---
因篇幅问题不能全部显示,请点此查看更多更全内容