Parcourir la source

Merge branch 'develop' of gitadmin/tuoheng_telecomumale into release

tags/v1.0.0^2
chengwang il y a 1 an
Parent
révision
8d83649511
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/dept/query/QueryChildListService.java

+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/dept/query/QueryChildListService.java Voir le fichier

@@ -40,7 +40,7 @@ public class QueryChildListService {
JsonResult result = this.check(tenantId, deptId);
if (0 != result.getCode()) {
log.info("根据id查询子部门列表业务:校验失败:{}", result.getMsg());
return result;
return JsonResult.success("当前新租户下目前没有部门");
}
List<String> deptIdList = deptMapper.selectAllChildListById(deptId);
if (CollectionUtil.isEmpty(deptIdList)) {

Chargement…
Annuler
Enregistrer