|
@@ -417,6 +417,7 @@ public class BizArchiveInputServiceImpl extends ServiceImpl<BizArchiveInputMappe
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("tableName", v);
|
|
|
map.put("workOrderId", workOrder.getId());
|
|
|
+ map.put("is_continue", 0);
|
|
|
return map;
|
|
|
}).collect(Collectors.toList());
|
|
|
workOrderService.stopTasks(maps);
|
|
@@ -428,6 +429,7 @@ public class BizArchiveInputServiceImpl extends ServiceImpl<BizArchiveInputMappe
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("tableName", v);
|
|
|
map.put("workOrderId", workOrder.getId());
|
|
|
+ map.put("is_continue", 0);
|
|
|
return map;
|
|
|
}).collect(Collectors.toList());
|
|
|
workOrderService.stopTasks(maps);
|
|
@@ -439,6 +441,7 @@ public class BizArchiveInputServiceImpl extends ServiceImpl<BizArchiveInputMappe
|
|
|
Map<String, Object> map = new HashMap<>();
|
|
|
map.put("tableName", v);
|
|
|
map.put("workOrderId", workOrder.getId());
|
|
|
+ map.put("is_continue", 0);
|
|
|
return map;
|
|
|
}).collect(Collectors.toList());
|
|
|
workOrderService.stopTasks(maps);
|