diff --git a/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentDo.java b/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentDo.java index cc76dbd1a..7bd4df47c 100644 --- a/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentDo.java +++ b/src/com/tenwa/lease/app/allinpay/service/impl/AllinpayPaymentDo.java @@ -99,8 +99,7 @@ public class AllinpayPaymentDo { list.add(boMap); } } - AllinpayPaymentRun run = new AllinpayPaymentRun(list); - new Thread(run).start(); + new AllinpayPaymentRun(list).run(); } public void queryCollectResult(){ new AllinpayPaymentQueryRun().allinpayPaymentQuerySt();