if test表达式逻辑判断不能用&&

用&&会报错

用and 例如: <if test="age!=null and name!=null">

原文地址:https://www.cnblogs.com/lvchengda/p/12599415.html