Commit 60265391 by guojuxing

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

parent 669e577b
...@@ -289,7 +289,9 @@ public class MenuController { ...@@ -289,7 +289,9 @@ public class MenuController {
.collect(Collectors.toList()); .collect(Collectors.toList());
} }
} }
searchParam.setPhoneList(matchPhoneList); if (CollectionUtils.isNotEmpty(matchPhoneList)) {
searchParam.setPhoneList(matchPhoneList);
}
ServiceResponse<Page<SystemSetLogDTO>> response = logApiService.listSystemSetLog(pageQO.getPageSize(), ServiceResponse<Page<SystemSetLogDTO>> response = logApiService.listSystemSetLog(pageQO.getPageSize(),
pageQO.getCurrentPage(), searchParam); pageQO.getCurrentPage(), searchParam);
......
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