删除冗余代码

This commit is contained in:
none 2023-03-02 17:22:16 +08:00
parent b7e4a2ea35
commit 751516807f

View File

@ -98,7 +98,6 @@ public class UserController {
Date[] createdAt = Arrays.stream(createdAtStr.split(",")).map(Date::new).toArray(Date[]::new);
filter.setCreatedAt(createdAt);
}
log.info("depIds:" + depIdsStr);
if (depIdsStr != null && depIdsStr.length() > 0) {
Integer[] depIds = Arrays.stream(depIdsStr.split(",")).map(Integer::valueOf).toArray(Integer[]::new);
filter.setDepIds(depIds);