update 校验支付单

This commit is contained in:
2023-10-24 16:56:44 +08:00
parent 52deb01b7b
commit 95851c9d4e
2 changed files with 9 additions and 3 deletions

View File

@@ -237,8 +237,8 @@ public class SpringBootTestController {
@Test
public void checkPaymentTest() {
QueryOrderDTO dto = new QueryOrderDTO();
String startTime = "2023-07-01 00:00:00";
String endTime = "2023-07-31 23:59:59";
String startTime = "2023-10-01 00:00:00";
String endTime = "2023-10-23 23:59:59";
dto.setStartTime(startTime);
dto.setEndTime(endTime);