您的位置:首页 > 数据库

Parameter index out of range (1 > number of parameters, which is 0)

2017-12-06 11:04 495 查看
是mysql对应的语句

<update id="updateDelete" parameterType="map">
UPDATE
wx_shop_db.mst_customer wmc LEFT JOIN promotion_db.mst_coupon pmc
ON
wmc.customer_cd=pmc.customer_cd
SET
wmc.delete_flag="1"
WHERE
wmc.customer_cd="#{customer_cd_search,jdbcType=VARCHAR}";
</update>


中的where对应的条件customer_cd_search未定义
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  masql语句异常
相关文章推荐