设置秒杀活动为自动开启

This commit is contained in:
lifenlong
2021-05-24 18:18:24 +08:00
parent 5c32fd9d7c
commit 16cc989cdf
29 changed files with 355 additions and 480 deletions

View File

@@ -83,11 +83,4 @@ class SeckillTest {
Assertions.assertTrue(true);
}
@Test
void audit() {
seckillApplyService.auditBatchApply(new String[]{"1327169604003061760"}, "123456", PromotionApplyStatusEnum.PASS.name(), "");
Assertions.assertTrue(true);
}
}