|
@@ -161,11 +161,11 @@ public class TranTaskInfoServiceImpl extends ServiceImpl<TranTaskInfoMapper, Tra
|
|
this.deleteById(tranTaskInfo.getId());
|
|
this.deleteById(tranTaskInfo.getId());
|
|
//删除运输阶段信息
|
|
//删除运输阶段信息
|
|
tranProcessInfoService.deleteById(tranProcessInfos.get(0).getId());
|
|
tranProcessInfoService.deleteById(tranProcessInfos.get(0).getId());
|
|
- if (!CollectionUtils.isEmpty(tranProcessInfos)) {
|
|
|
|
- for (TranProcessInfo tranProcessInfo : tranProcessInfos) {
|
|
|
|
- tranProcessInfoService.deleteById(tranProcessInfo.getId());
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
|
|
+// if (!CollectionUtils.isEmpty(tranProcessInfos)) {
|
|
|
|
+// for (TranProcessInfo tranProcessInfo : tranProcessInfos) {
|
|
|
|
+// tranProcessInfoService.deleteById(tranProcessInfo.getId());
|
|
|
|
+// }
|
|
|
|
+// }
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|