mirror of
http://192.168.1.205:9980/cf_devdept2/cf_imes_server.git
synced 2026-08-12 21:02:08 +08:00
部门校验暂时恢复实时查询
This commit is contained in:
+1
-1
@@ -81,6 +81,6 @@ public class OrganFrameworkServiceImpl implements OrganFrameworkService {
|
|||||||
@Override
|
@Override
|
||||||
@SneakyThrows
|
@SneakyThrows
|
||||||
public void validDept(Long id) {
|
public void validDept(Long id) {
|
||||||
validOrganDept.get(id).checkError();
|
deptApi.validateDept(id).checkError();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user