|
@@ -563,7 +563,7 @@ public class FillGatherTaskServiceImpl extends BaseServiceImpl<FillGatherTaskMap
|
|
// 调用删除接口
|
|
// 调用删除接口
|
|
if(detail != null){
|
|
if(detail != null){
|
|
FillGatherTaskDTO up = new FillGatherTaskDTO();
|
|
FillGatherTaskDTO up = new FillGatherTaskDTO();
|
|
- up.setId(detail.getId());
|
|
|
|
|
|
+ up.setId(detail.getTaskId());
|
|
List<String> ids = ListUtils.newArrayList();
|
|
List<String> ids = ListUtils.newArrayList();
|
|
ids.add(detail.getId());
|
|
ids.add(detail.getId());
|
|
up.setDetailIds(ids);
|
|
up.setDetailIds(ids);
|