Fork me on GitHub

mybatis <where>标签别勿用,否则线上清表

公司线上发送了清表现象,排除发现:

 <delete id="scMxdxxxb">
        DELETE TABLE
        <where>
            <foreach collection="id" item="item" index="index" open="" separator="OR" close="">
                id = #{item}
            </foreach>
        </where>
 </delete>

  

 
posted @ 2019-08-26 15:37  勇往无前的康康  阅读(481)  评论(0编辑  收藏  举报