1. 问题描述: 今天在SpringMVC应用中上传参数的时候遇到如下问题: The request sent by the client was syntactically incorrect 这说明在提交的参数中,有的参数不符合服务器端数据要求.在排除其它参数没问题的情况下,确定是其中的时间参数除了问题. 客户端传送的时间参数如下所示:
在MyBatis传入List参数时,MyBatis报错:nested exception is org.apache.ibatis.binding.BindingException: Parameter 'idList' not found. Available parameters are [collection, list]","request_id":"fe7f7f815c1995a6015c1a22c2540234"} 以下是相关代码: Mappe