bc897115 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent e22ffd4f
......@@ -104,7 +104,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService
afterQuery(pageList, rsPageList);
return rsPageList;
}
return new PageListVO<>();
return new PageListVO<>(0L,0L);
}
/**
......
......@@ -102,7 +102,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
afterQuery(pageList, rsPageList);
return rsPageList;
}
return new PageListVO<>();
return new PageListVO<>(0L,0L);
}
/**
......
......@@ -96,7 +96,7 @@ public class ServicerMaintainServiceImpl extends FlowAbstractImpl implements Ser
afterQuery(pageList, rsPageList);
return rsPageList;
}
return new PageListVO<>();
return new PageListVO<>(0L,0L);
}
/**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!