摘要: if标签 通常用于WHERE语句中,通过判断参数值来决定是否使用某个查询条件 choose标签 它无法实现if....else、if....else.....的逻辑, 要想实现这样的逻辑,就需要使用到choose when otherwise标签。 choose元素中包含when和otherwise 阅读全文
posted @ 2019-10-11 09:12 梅川酷子灬 阅读(183) 评论(0) 推荐(0) 编辑