This commit is contained in:
wr
2025-01-21 09:29:56 +08:00
parent c9aaf82f3f
commit 1b3bc9f0f2
2 changed files with 4 additions and 8 deletions

View File

@@ -144,7 +144,8 @@ public class AdPlanServiceImpl extends ServiceImpl<AdPlanMapper, AdPlan> impleme
// 修改检测计划、检测源关联
adPlanSourceService.updateAdPlanSource(param.getId(), param.getSourceIds());
pqDevService.bind(param.getId(), param.getDevIds());
adPlan.setTestState(pqDevService.bind(param.getId(), param.getDevIds()));
return this.updateById(adPlan);
}