博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2024年1月12日

摘要: public class AttributeFs { /** * William * 循环实体list属性统一判断操作返回异常问题 * @param errorList * @param object * @return */ public static List getAttribute(List 阅读全文

posted @ 2024-01-12 11:12 何一徐一 阅读(19) 评论(0) 推荐(0)

摘要: LambdaQueryWrapper<DnfProcessDnfInfo> wrapper = Wrappers.lambdaQuery(); wrapper.and(i -> { if (pnlList.size() > 1) { for (int j = 0; j < pnlList.size( 阅读全文

posted @ 2024-01-12 11:05 何一徐一 阅读(498) 评论(0) 推荐(0)

摘要: public class MybatisParameterUtils { public static <T, F> void cutInParameter(LambdaQueryWrapper<T> wrapper, SFunction<T, ?> column, List<F> coll) thr 阅读全文

posted @ 2024-01-12 11:00 何一徐一 阅读(359) 评论(0) 推荐(0)