Compare commits

..

No commits in common. "cc1ae600003a82ee18e4fe6ef856a46b4a61645a" and "2d071844358689d9a637cc3396b9d0e2b6a9eb23" have entirely different histories.

1 changed files with 1 additions and 1 deletions

View File

@ -2385,7 +2385,7 @@ public class ResourceServiceImpl extends CrudServiceImpl<ResourceDao, ResourceEn
List<Map<String, Object>> lcDept = sysDeptDao.selectLCDeptByUcsDeptName(params.get("deptId").toString());
if (lcDept.isEmpty()) {
logger.error("未查询到{}对应的浪潮系统部门", params.get("deptId").toString());
// return new ArrayList<>();
return new ArrayList<>();
} else {
StringBuilder sb = new StringBuilder("SELECT " +
" COUNT( BSNUM ) AS \"count\", " +