BigDecimal
摘要:去掉尾随0 BigDecimal decimal = new BigDecimal("100.00"); System.out.println(decimal.stripTrailingZeros().toPlainString());
阅读全文
posted @
2023-09-14 22:22
or追梦者
阅读(8)
推荐(0) 编辑
mybatis 动态sql
摘要:介绍 https://www.cnblogs.com/ysocean/p/7289529.html 类似于与JSTL 基于OGNL表达式 if choose(when,otherwise) trim(where,set) foreach 一:if 在动态 SQL 中所做的最通用的事情是包含部分 wh
阅读全文
posted @
2023-09-03 21:00
or追梦者
阅读(878)
推荐(0) 编辑