Incorrect inline parameter map format (missmatched name=value pairs): {id},

来源:互联网 发布:oppo怎么删除淘宝评价 编辑:程序博客网 时间:2024/04/29 06:47

Incorrect inline parameter map format (missmatched name=value pairs): {id},

xml:

<procedure id="addOrders" parameterMap="ParaMap_order">{call Shop.Entry_Proc_Insert(#{id}, #{price}, #{nums}, #{unit}, #{notes})}</procedure>


数据库:sqlserver

持久层:ibatis

框架:struts2


错误原因:

#{id}, #{price}, #{nums}, #{unit}, #{notes}书写错误,改为:

?,?,?,?,?


0 0
原创粉丝点击