您的位置:首页 > 产品设计 > UI/UE

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

2014-01-06 10:19 706 查看
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}书写错误,改为:

?,?,?,?,?
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
相关文章推荐