|
@@ -1,26 +0,0 @@
|
|
|
-package thyyxxk.webserver;
|
|
|
-
|
|
|
-import org.junit.jupiter.api.Test;
|
|
|
-import org.springframework.beans.factory.annotation.Autowired;
|
|
|
-import org.springframework.boot.test.context.SpringBootTest;
|
|
|
-import thyyxxk.webserver.entity.ResultVo;
|
|
|
-import thyyxxk.webserver.entity.datamodify.TYzActOrderModify;
|
|
|
-import thyyxxk.webserver.service.datamodify.YzActOrderModifyVerifyService;
|
|
|
-
|
|
|
-import java.util.List;
|
|
|
-
|
|
|
-@SpringBootTest(webEnvironment = SpringBootTest.WebEnvironment.RANDOM_PORT)
|
|
|
-class WebServerApplicationTests {
|
|
|
- @Autowired
|
|
|
- private YzActOrderModifyVerifyService service;
|
|
|
-
|
|
|
-
|
|
|
- @Test
|
|
|
- void contextLoads() {
|
|
|
- TYzActOrderModify pojo = new TYzActOrderModify();
|
|
|
- pojo.setAuditFlag(0);
|
|
|
- ResultVo<List<TYzActOrderModify>> list = service.chaKanZhuangTai(pojo);
|
|
|
- list.getData().forEach(System.out::println);
|
|
|
- }
|
|
|
-
|
|
|
-}
|