错误 <if test="status == '1'"> 正确 <if test="status == '1'.toString()"> 转载于:https://www.cnblogs.com/wdw31210/p/9395898.html