花花_新世界
从【程序猿】到【程序员】的进化历程
摘要: 使用Mybatis Plus的QueryWrapper实现如下的sql语句效果: select * from xxx where field1= ? and (field2= ? or field3= ?) Mybatis Plus代码: QueryWrapper<xxx> queryWrapper 阅读全文
posted @ 2024-02-26 16:11 花花_新世界 阅读(56) 评论(0) 推荐(0) 编辑
摘要: 1、背景 List对象定义形式和现有的值如下所示。 List<Test> testList = new ArrayList<>(); [{ "ISDEL": "", "ATNAM": "Z008_80_PC_4270Y153", "AEDTM": "20230808", "MATNR": "80.P 阅读全文
posted @ 2024-02-26 15:48 花花_新世界 阅读(3) 评论(0) 推荐(0) 编辑