02 2021 档案

摘要:添加自动填充的配置,直接上代码 import com.baomidou.mybatisplus.core.handlers.MetaObjectHandler; import org.apache.ibatis.reflection.MetaObject; import org.springfram 阅读全文
posted @ 2021-02-22 16:06 Mr_li_one 阅读(6026) 评论(0) 推荐(0) 编辑
摘要:前言 需求:有一张表,数据如下。SRV_DESC字段值为查询列表信息,需要修改为如图示的描述信息。示例:查询列表信息,修改后为单据状态-查询列表信息。 SRV_URL字段值为控制层中的@GetMapping、@PostMapping的值。示例 :@GetMapping("/102020029")。根 阅读全文
posted @ 2021-02-20 14:37 Mr_li_one 阅读(3639) 评论(0) 推荐(0) 编辑
摘要:1、selectByMap Map<String, Object> mapParam = new HashMap<>(); mapParam.put("TURNON_OR_NOT", "1"); mapParam.put("busiCode", busiCode); mapParam.put("ex 阅读全文
posted @ 2021-02-04 14:07 Mr_li_one 阅读(258) 评论(0) 推荐(0) 编辑
摘要:关于java中遍历map具体哪四种方式,请看下文详解吧。 方式一 这是最常见的并且在大多数情况下也是最可取的遍历方式。在键值都需要时使用。 Map<Integer, Integer> map = new HashMap<Integer, Integer>(); for (Map.Entry<Inte 阅读全文
posted @ 2021-02-02 14:19 Mr_li_one 阅读(117) 评论(0) 推荐(0) 编辑

点击右上角即可分享
微信分享提示