给被自动关闭会销关联线索发通知
This commit is contained in:
@@ -6,6 +6,8 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.boot.test.context.SpringBootTest;
|
||||
import org.springframework.test.context.junit4.AbstractJUnit4SpringContextTests;
|
||||
|
||||
import java.util.Date;
|
||||
|
||||
/**
|
||||
* @author Fun Li 2023/12/6 16:17
|
||||
* @version 1.0
|
||||
@@ -24,8 +26,13 @@ class ExhibitionServiceTest extends AbstractJUnit4SpringContextTests {
|
||||
|
||||
@Test
|
||||
void testAutoCloseExhibition() {
|
||||
int i = exhibitionService.autoCloseExhibition();
|
||||
int i = exhibitionService.autoCloseExhibition(new Date());
|
||||
log.info(i + "");
|
||||
}
|
||||
|
||||
@Test
|
||||
void testSendSMSToExhibitionApplicants() {
|
||||
exhibitionService.sendSMSToExhibitionApplicants();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user