摘要: <select id = "" resultMap = ""> select * from table <where> <if test="type == 'x1' "> and 条件1; </if> <if test="type == 'x2' "> and 条件2; </if> </where> 阅读全文
posted @ 2020-02-14 09:32 An-Optimistic-Person 阅读(2818) 评论(0) 推荐(0) 编辑