mybatis-dynamic-query icon indicating copy to clipboard operation
mybatis-dynamic-query copied to clipboard

fix(dynamic): 修复批量操作可能为空导致的空指针异常- 在 doBatchActionWithResults 方法中增加了对 …

Open lyleArcher opened this issue 8 months ago • 1 comments

…actions 的空值和空集合检查

  • 如果 actions为空,直接返回空集合,避免执行空批量操作
  • 优化了代码结构,提高了代码的健壮性和可读性

lyleArcher avatar Feb 24 '25 05:02 lyleArcher