no commit message

This commit is contained in:
雨中磐石
2024-10-18 15:27:40 +08:00
parent 9a2a3a2c8a
commit 559c388ea0
103 changed files with 2021 additions and 783 deletions

View File

@@ -205,7 +205,9 @@ class flow_userClassModel extends flowModel
//读取部门Id
$deptarr = $this->getdeptid($rs['deptname'], $dbs);
if($deptarr['deptid']==0)return '行'.($k+1).'找不到顶级部门['.$rs['deptname'].'],请写完整部门路径如:'.$dname.'/'.$rs['deptname'].'';
if($deptarr['deptid']==0){
$arr['drerr'] = '找不到顶级部门['.$rs['deptname'].'],请写完整部门路径如:'.$dname.'/'.$rs['deptname'].'';
}
foreach($deptarr as $k1=>$v1)$arr[$k1]=$v1;