|
@@ -67,6 +67,7 @@ public class PayFlow extends FlowDelegate {
|
|
|
public Long start(Long flowId, JSONObject submitData) {
|
|
|
Pay pay = submitData.toJavaObject(Pay.class);
|
|
|
|
|
|
+ pay.setCurrency("CNY");
|
|
|
pay.setStatus(PayStatusEnum1.UNDER_REVIEW.getKey());
|
|
|
payService.save(pay);
|
|
|
|