【DAOP-1.0】企业认证
【功能点】测试问题处理
Showing
3 changed files
with
3 additions
and
3 deletions
... | @@ -104,7 +104,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService | ... | @@ -104,7 +104,7 @@ public class DemandServiceImpl extends FlowAbstractImpl implements DemandService |
104 | afterQuery(pageList, rsPageList); | 104 | afterQuery(pageList, rsPageList); |
105 | return rsPageList; | 105 | return rsPageList; |
106 | } | 106 | } |
107 | return new PageListVO<>(); | 107 | return new PageListVO<>(0L,0L); |
108 | } | 108 | } |
109 | 109 | ||
110 | /** | 110 | /** | ... | ... |
... | @@ -102,7 +102,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris | ... | @@ -102,7 +102,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris |
102 | afterQuery(pageList, rsPageList); | 102 | afterQuery(pageList, rsPageList); |
103 | return rsPageList; | 103 | return rsPageList; |
104 | } | 104 | } |
105 | return new PageListVO<>(); | 105 | return new PageListVO<>(0L,0L); |
106 | } | 106 | } |
107 | 107 | ||
108 | /** | 108 | /** | ... | ... |
... | @@ -96,7 +96,7 @@ public class ServicerMaintainServiceImpl extends FlowAbstractImpl implements Ser | ... | @@ -96,7 +96,7 @@ public class ServicerMaintainServiceImpl extends FlowAbstractImpl implements Ser |
96 | afterQuery(pageList, rsPageList); | 96 | afterQuery(pageList, rsPageList); |
97 | return rsPageList; | 97 | return rsPageList; |
98 | } | 98 | } |
99 | return new PageListVO<>(); | 99 | return new PageListVO<>(0L,0L); |
100 | } | 100 | } |
101 | 101 | ||
102 | /** | 102 | /** | ... | ... |
-
Please register or sign in to post a comment