<where> <if test="ACZ001 != null and ACZ001!=‘‘">ACZ001=#{ACZ001}</if> <if test="ACZ002 != null and ACZ002!=‘‘"> and acz002 not in (‘${ACZ002}‘)</if> </where>
mybatis <where><if>标签的使用
原文:https://www.cnblogs.com/chenzhibiao/p/9911637.html