|
@@ -346,8 +346,7 @@ public class SysDeptServiceImpl implements ISysDeptService
|
|
|
* @return 导入结果
|
|
* @return 导入结果
|
|
|
*/
|
|
*/
|
|
|
@Override
|
|
@Override
|
|
|
- public String importDept(List<DeptImportDTO> deptList)
|
|
|
|
|
- {
|
|
|
|
|
|
|
+ public String importDept(List<DeptImportDTO> deptList) {
|
|
|
if (StringUtils.isNull(deptList) || deptList.size() == 0) {
|
|
if (StringUtils.isNull(deptList) || deptList.size() == 0) {
|
|
|
throw new ServiceException("导入部门数据不能为空!");
|
|
throw new ServiceException("导入部门数据不能为空!");
|
|
|
}
|
|
}
|