Incorrect inline parameter map format (missmatched name=valu
发布时间:2020-12-12 13:36:25 所属栏目:MsSql教程 来源:网络整理
导读: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 持久层
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},#{notes}书写错误,改为: ?,?,? (编辑:李大同) 【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容! |