Judging the size of the collection in MyBatis' mapper.xml

<if test="codeList != null and codeList.size > 0">
    AND code IN
    <foreach collection="codeList" item="code" open="(" separator=","  close=")">
        #{code}
    </foreach>
</if>

 

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325145054&siteId=291194637