同步代码
This commit is contained in:
parent
bb302bfb7a
commit
b99c0e945e
|
@ -163,7 +163,7 @@ public class CTripTest {
|
|||
supplierService.handleSupplierCallback(supplierCallbackData);
|
||||
}
|
||||
|
||||
@Test
|
||||
// @Test
|
||||
void backData(){
|
||||
BaseContext.setCurrentUser(user);
|
||||
cTripNoteController.handlerData("30607415392","Paid","HotelContract");
|
||||
|
|
|
@ -48,7 +48,7 @@ class RouteApplicationTests {
|
|||
LocalDateTime parse = LocalDateTime.parse("2024-04-15 23:59:00", dateTimeFormatter);
|
||||
System.out.println(parse);
|
||||
}
|
||||
@Test
|
||||
// @Test
|
||||
void loginSign() {
|
||||
String sfno = "230615020";
|
||||
String syscode = "FSSC";
|
||||
|
@ -101,7 +101,7 @@ class RouteApplicationTests {
|
|||
routeRepository.deleteById(19L);
|
||||
routeRepository.deleteById(19L);
|
||||
}
|
||||
@Test
|
||||
// @Test
|
||||
void deleteOrderDetail(){
|
||||
orderDetailRepository.deleteById(15L);
|
||||
orderDetailRepository.deleteById(18L);
|
||||
|
|
Loading…
Reference in New Issue