ソースを参照

修改添加部门代码

tags/V1.3.3^2
wanjing 11ヶ月前
コミット
708c338ca8
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/dept/add/AddDeptService.java

+ 1
- 1
tuoheng-service/tuoheng-admin/src/main/java/com/tuoheng/admin/service/dept/add/AddDeptService.java ファイルの表示

@@ -162,7 +162,7 @@ public class AddDeptService {
private void addRoadAndSectionToDept(String tenantId, String deptId, List<RoadSectionDto> roadSectionDtoList) {
if (CollectionUtil.isEmpty(roadSectionDtoList)) {
log.info("新增部门公路/路段数据为空");
throw new ServiceException("新增部门公路/路段数据为空");
return;
}
List<RoadInformation> roadInformationList = new ArrayList<>();
List<Section> sectionList = new ArrayList<>();

読み込み中…
キャンセル
保存