测试类
This commit is contained in:
parent
026fcab189
commit
20091505d8
|
@ -52,6 +52,7 @@ public class temButtom {
|
|||
paymentEntity.setDataSourceCode("yc-test");
|
||||
try {
|
||||
List<PaymentEntity> paymentList = paymentService.queryUnpaid(paymentEntity);
|
||||
System.out.println(paymentList);
|
||||
} catch (Exception e) {
|
||||
e.printStackTrace();
|
||||
throw new RuntimeException(e);
|
||||
|
|
Loading…
Reference in New Issue