@@ -304,7 +304,7 @@ public class CustomServiceImpl extends ServiceImpl<CustomMapper, Custom> impleme
//操作记录
List<ActionLog> actionLogs = actionLogMapper.selectByInfoListCustom(custom.getId());
List<Task> tasks = taskMapper.selectList(new QueryWrapper<Task>().in("custom_id", custom1.getId())
- .eq("is_delete",1)
+ .eq("is_delete",0)
);
if (tasks.size()>0){
List<String> ids = tasks.stream()