This commit is contained in:
caozehui
2025-02-11 13:22:01 +08:00
parent bd90965597
commit 3e7bba6434
3 changed files with 8 additions and 1 deletions

View File

@@ -126,6 +126,7 @@ public class AdPlanServiceImpl extends ServiceImpl<AdPlanMapper, AdPlan> impleme
//新增相关计划
this.save(adPlan);
tableGenService.deleteTable(Arrays.asList(adPlan.getCode().toString()));
tableGenService.genAdNonHarmonicTable(adPlan.getCode().toString());
return true;
}