51工具盒子

依楼听风雨
笑看云卷云舒,淡观潮起潮落

mybatis中if-else

mybatisif-else要用choose-when-otherwise

|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | 1 2 3 4 5 6 7 8 | hljs xml <choose> <when test="page !=null and page.orderBy != null and page.orderBy != ''"> ORDER BY ${page.orderBy} </when> <otherwise> ORDER BY a.update_date DESC </otherwise> </choose> |

赞(0)
未经允许不得转载:工具盒子 » mybatis中if-else