Commit 31888f7b by guojuxing

操作日志过滤运营和品牌方

parent ea86e08e
......@@ -283,7 +283,6 @@ public class MenuController {
if (userResult.isSuccess()) {
List<UserDTO> userList = userResult.getResult();
matchPhoneList = userList.stream()
.filter(e -> e.getEnterpriseId().intValue() == enterpriseId.intValue())
.map(e -> e.getPhoneNumber())
.collect(Collectors.toList());
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment