|
@@ -36,7 +36,7 @@ public class StandarPayJob {
|
|
|
public Step standardPaymentStep() {
|
|
|
return stepBuilderFactory.get("standardPaymentStep")
|
|
|
.tasklet((contribution, chunkContext) -> {
|
|
|
- resultContent.set(paymentService2.creatPayOrder(parameter.get()));
|
|
|
+ resultContent.set(paymentService2.creatPayOrder2(parameter.get()));
|
|
|
return RepeatStatus.FINISHED;
|
|
|
})
|
|
|
.build();
|