在批量扣款结束后立即请求查询扣款处理状态~

This commit is contained in:
jianghongdong 2018-08-09 15:07:15 +08:00
parent c60e94b02a
commit ec52fa3e0b

View File

@ -44,6 +44,8 @@ public class AutoBuckle implements Job {
ca.setInputuserid(jboName.getUserId(arg0, tx));
ca.setInputorgid("system");
ca.batchCollectManage(tx);
tx = JBOFactory.createJBOTransaction();
ca.queryBatchCollectStatus(tx);
}
QuartzUtil.insertLog(plan_date,"com.tenwa.lease.app.quartzmession.AutoBuckle", "success", "³É¹¦");
} catch (Exception e) {