Commit 915903ac by fudahua

定时器设置

parent fb38a5b0
...@@ -124,10 +124,6 @@ public class HandoverOperationApiServiceImpl implements HandoverOperationApiServ ...@@ -124,10 +124,6 @@ public class HandoverOperationApiServiceImpl implements HandoverOperationApiServ
@Override @Override
public Page<HandoverExternalDTO> pageHandoverFriend(String wxEnterpriseId, String search, List<String> staffIds, List<String> transferIds, BasePageInfo pageInfo) { public Page<HandoverExternalDTO> pageHandoverFriend(String wxEnterpriseId, String search, List<String> staffIds, List<String> transferIds, BasePageInfo pageInfo) {
if (CollectionUtils.isEmpty(staffIds)) {
logger.info("参数异常");
return null;
}
Page<HandoverExternalDTO> retPage = handoverService.pageByStaffIds(wxEnterpriseId, search, staffIds, transferIds, pageInfo); Page<HandoverExternalDTO> retPage = handoverService.pageByStaffIds(wxEnterpriseId, search, staffIds, transferIds, pageInfo);
if (CollectionUtils.isEmpty(retPage.getResult())) { if (CollectionUtils.isEmpty(retPage.getResult())) {
return retPage; return retPage;
......
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