mirror of
https://github.com/PlayEdu/PlayEdu
synced 2025-07-23 09:39:33 +08:00
删除冗余代码
This commit is contained in:
parent
b7e4a2ea35
commit
751516807f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user