1、不能用 !='' 或 ='' 判断,如: <if test="status != null and status !='' "> </if>

2、判断是否相等用 ==,如:<if test="status != null and status == 1 "> </if>

posted on 2022-10-31 15:34  李白菜  阅读(39)  评论(0编辑  收藏  举报