测试类
This commit is contained in:
parent
026fcab189
commit
20091505d8
|
@ -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);
|
||||||
|
|
Loading…
Reference in New Issue