摘要: 把<if test="takeWay == '1' and workday != null "> 改为<if test='takeWay == "1" and workday != null '> 或改为<if test="takeWay == '1'.toString() and workday 阅读全文
posted @ 2018-01-15 15:52 W&L 阅读(782) 评论(0) 推荐(0)