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>
持久层:ibatis
框架:struts2
错误原因:
#{id}, #{price}, #{nums}, #{unit}, #{notes}书写错误,改为:
?,?,?,?,?