bc897115 by 肖初晴

【DAOP-1.0】企业认证

【功能点】测试问题处理
1 parent e22ffd4f
...@@ -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 /**
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!