摘要:
map中存在key值相同的数据 Map<String, String> collect = oList.stream().collect( Collectors.toMap(OcmCustomerIdDO::getOcmCustId, info -> info.getUmId() == null ? 阅读全文
摘要:
<select id="repTile" > <option value="0"> 请选择 </option> <option value ="1">公有备忘录</option> <option value ="2">当月打车报销</option> <option value="3">今天的任务</ 阅读全文
摘要:
原因是mybatis版本不兼容导致 在springcloud项目版本设置 当springboot为2.1.5.RELEASE <parent> <groupId>org.springframework.boot</groupId> <artifactId>spring-boot-starter-pa 阅读全文