|
|
@@ -654,6 +654,9 @@ public class OrderNewServiceImpl extends BaseMybatisDao<TOrderNewMapper> impleme
|
|
|
if(specially==1||specially==5) {
|
|
|
if (depId!=null){
|
|
|
deps=departmentService.selectSubDeps(depId,0,1);
|
|
|
+ if(deps.isEmpty()){
|
|
|
+ return new Pagination(1,10,0);
|
|
|
+ }
|
|
|
}else {
|
|
|
deps=departmentService.selectMyDeps();
|
|
|
}
|