测试类

This commit is contained in:
xiang2lin 2024-06-19 17:52:32 +08:00
parent 026fcab189
commit 20091505d8
1 changed files with 1 additions and 0 deletions

View File

@ -52,6 +52,7 @@ public class temButtom {
paymentEntity.setDataSourceCode("yc-test"); paymentEntity.setDataSourceCode("yc-test");
try { try {
List<PaymentEntity> paymentList = paymentService.queryUnpaid(paymentEntity); List<PaymentEntity> paymentList = paymentService.queryUnpaid(paymentEntity);
System.out.println(paymentList);
} catch (Exception e) { } catch (Exception e) {
e.printStackTrace(); e.printStackTrace();
throw new RuntimeException(e); throw new RuntimeException(e);