fix: 修复单元测试错误

This commit is contained in:
zhouhao
2024-06-06 16:28:42 +08:00
parent 7a6d08a905
commit e2e98d1f8e
27 changed files with 174 additions and 58 deletions

View File

@@ -5,7 +5,7 @@ import lombok.Getter;
import lombok.Setter;
import lombok.SneakyThrows;
import lombok.extern.slf4j.Slf4j;
import org.apache.commons.collections.CollectionUtils;
import org.apache.commons.collections4.CollectionUtils;
import org.hswebframework.ezorm.core.param.Param;
import org.hswebframework.ezorm.core.param.QueryParam;
import org.hswebframework.web.api.crud.entity.Entity;